Class DisableKinesisStreamingDestinationRequest
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Container for the parameters to the DisableKinesisStreamingDestination operation. Stops replication from the DynamoDB table to the Kinesis data stream. This is done without deleting either of the resources.
public class DisableKinesisStreamingDestinationRequest : AmazonDynamoDBRequest
- Inheritance
-
DisableKinesisStreamingDestinationRequest
Constructors
DisableKinesisStreamingDestinationRequest()
public DisableKinesisStreamingDestinationRequest()
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; }