aws.dynamodb.describe_kinesis_streaming_destination
Example SQL Queries
SELECT * FROMaws.dynamodb.describe_kinesis_streaming_destinationWHERE"table_name" = 'VALUE';Description
Returns information about the status of Kinesis streaming.
Table Definition
| Column Name | Column Data Type |
|---|---|
| table_name Required Input Column The name of the table being described. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| kinesis_data_stream_destinations The list of replica structures for the table being described. | STRUCT( |
Show child fields
| |