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 |
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 |
Input¶
DescribeKinesisStreamingDestinationInput
dataclass
¶
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.