dynamodb_disable_kinesis_streaming_destination {paws.database} | R Documentation |
Stops replication from the DynamoDB table to the Kinesis data stream
Description
Stops replication from the DynamoDB table to the Kinesis data stream. This is done without deleting either of the resources.
See https://www.paws-r-sdk.com/docs/dynamodb_disable_kinesis_streaming_destination/ for full documentation.
Usage
dynamodb_disable_kinesis_streaming_destination(
TableName,
StreamArn,
EnableKinesisStreamingConfiguration = NULL
)
Arguments
TableName |
[required] The name of the DynamoDB table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter. |
StreamArn |
[required] The ARN for a Kinesis data stream. |
EnableKinesisStreamingConfiguration |
The source for the Kinesis streaming information that is being enabled. |
[Package paws.database version 0.6.0 Index]