Returns information about the status of Kinesis streaming.
dynamodb_describe_kinesis_streaming_destination(TableName)
A list with the following syntax:
list(
TableName = "string",
KinesisDataStreamDestinations = list(
list(
StreamArn = "string",
DestinationStatus = "ENABLING"|"ACTIVE"|"DISABLING"|"DISABLED"|"ENABLE_FAILED",
DestinationStatusDescription = "string"
)
)
)
[required] The name of the table being described.
svc$describe_kinesis_streaming_destination(
TableName = "string"
)