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