Update Kinesis Streaming Destination
dynamodb_update_kinesis_streaming_destination | R Documentation |
The command to update the Kinesis stream destination¶
Description¶
The command to update the Kinesis stream destination.
Usage¶
dynamodb_update_kinesis_streaming_destination(TableName, StreamArn,
UpdateKinesisStreamingConfiguration)
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.
Value¶
A list with the following syntax:
list(
TableName = "string",
StreamArn = "string",
DestinationStatus = "ENABLING"|"ACTIVE"|"DISABLING"|"DISABLED"|"ENABLE_FAILED"|"UPDATING",
UpdateKinesisStreamingConfiguration = list(
ApproximateCreationDateTimePrecision = "MILLISECOND"|"MICROSECOND"
)
)