aws.kinesis.describe_stream_consumer
Example SQL Queries
SELECT * FROMaws.kinesis.describe_stream_consumer;Description
To get the description of a registered consumer, provide the ARN of the consumer. Alternatively, you can provide the ARN of the data stream and the name you gave the consumer when you registered it. You may also provide all three parameters, as long as they don't conflict with each other. If you don't know the name or ARN of the consumer that you want to describe, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream.
This operation has a limit of 20 transactions per second per stream.
When making a cross-account call with DescribeStreamConsumer, make sure to provide the ARN of the consumer.
Table Definition
| Column Name | Column Data Type |
|---|---|
| consumer_arn Input Column The ARN returned by Kinesis Data Streams when you registered the consumer. | VARCHAR |
| consumer_name Input Column The name that you gave to the consumer. | VARCHAR |
| stream_arn Input Column The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces. | 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 |
| consumer_description An object that represents the details of the consumer. | STRUCT( |
Show child fields
| |