dynamodb_update_kinesis_streaming_destination {paws.database} | R Documentation |
The command to update the Kinesis stream destination
Description
The 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. |
[Package paws.database version 0.7.0 Index]