View source: R/dynamodb_operations.R
dynamodb_update_kinesis_streaming_destination | R Documentation |
The command to update the Kinesis stream destination.
See https://www.paws-r-sdk.com/docs/dynamodb_update_kinesis_streaming_destination/ for full documentation.
dynamodb_update_kinesis_streaming_destination(
TableName,
StreamArn,
UpdateKinesisStreamingConfiguration = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.