DynamoDB.Client.
describe_kinesis_streaming_destination
(**kwargs)¶Returns information about the status of Kinesis streaming.
See also: AWS API Documentation
Request Syntax
response = client.describe_kinesis_streaming_destination(
TableName='string'
)
[REQUIRED]
The name of the table being described.
{
'TableName': 'string',
'KinesisDataStreamDestinations': [
{
'StreamArn': 'string',
'DestinationStatus': 'ENABLING'|'ACTIVE'|'DISABLING'|'DISABLED'|'ENABLE_FAILED',
'DestinationStatusDescription': 'string'
},
]
}
Response Structure
The name of the table being described.
The list of replica structures for the table being described.
Describes a Kinesis data stream destination.
The ARN for a specific Kinesis data stream.
The current status of replication.
The human-readable string that corresponds to the replica status.
Exceptions
DynamoDB.Client.exceptions.ResourceNotFoundException
DynamoDB.Client.exceptions.InternalServerError