The command to update the Kinesis stream destination
Source:R/dynamodb_operations.R
dynamodb_update_kinesis_streaming_destination.RdThe command to update the Kinesis stream destination.
See https://www.paws-r-sdk.com/docs/dynamodb_update_kinesis_streaming_destination/ for full documentation.
Usage
dynamodb_update_kinesis_streaming_destination(
TableName,
StreamArn,
UpdateKinesisStreamingConfiguration = NULL
)Arguments
- TableName
[required] The table name for the Kinesis streaming destination input. You can also provide the ARN of the table in this parameter.
- StreamArn
[required] The Amazon Resource Name (ARN) for the Kinesis stream input.
- UpdateKinesisStreamingConfiguration
The command to update the Kinesis stream configuration.