Class EnableKinesisStreamingDestinationRequest
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Container for the parameters to the EnableKinesisStreamingDestination operation. Starts table data replication to the specified Kinesis data stream at a timestamp chosen during the enable workflow. If this operation doesn't return results immediately, use DescribeKinesisStreamingDestination to check if streaming to the Kinesis data stream is ACTIVE.
public class EnableKinesisStreamingDestinationRequest : AmazonDynamoDBRequest
- Inheritance
-
EnableKinesisStreamingDestinationRequest
Constructors
EnableKinesisStreamingDestinationRequest()
public EnableKinesisStreamingDestinationRequest()
Properties
StreamArn
Gets and sets the property StreamArn.
The ARN for a Kinesis data stream.
public string StreamArn { get; set; }
Property Value
TableName
Gets and sets the property TableName.
The name of the DynamoDB table.
public string TableName { get; set; }