Skip to content

DynamoDB  >  Operations  >  describe_kinesis_streaming_destination

describe_kinesis_streaming_destination

Operation

describe_kinesis_streaming_destination async

describe_kinesis_streaming_destination(input: DescribeKinesisStreamingDestinationInput, plugins: list[Plugin] | None = None) -> DescribeKinesisStreamingDestinationOutput

Returns information about the status of Kinesis streaming.

Parameters:

Name Type Description Default
input DescribeKinesisStreamingDestinationInput

An instance of DescribeKinesisStreamingDestinationInput.

required
plugins list[Plugin] | None

A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations.

None

Returns:

Type Description
DescribeKinesisStreamingDestinationOutput

An instance of DescribeKinesisStreamingDestinationOutput.

Input

DescribeKinesisStreamingDestinationInput dataclass

Dataclass for DescribeKinesisStreamingDestinationInput structure.

Attributes

table_name class-attribute instance-attribute
table_name: str | None = None

The name of the table being described. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.

Output

DescribeKinesisStreamingDestinationOutput dataclass

Dataclass for DescribeKinesisStreamingDestinationOutput structure.

Attributes

kinesis_data_stream_destinations class-attribute instance-attribute
kinesis_data_stream_destinations: list[KinesisDataStreamDestination] | None = None

The list of replica structures for the table being described.

table_name class-attribute instance-attribute
table_name: str | None = None

The name of the table being described.