stream_consumers_list_only
Lists stream_consumers in a region or regions, for all properties use stream_consumers
Overview
| Name | stream_consumers_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::Kinesis::StreamConsumer |
| Id | awscc.kinesis.stream_consumers_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
consumer_arn | string | The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, 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. The description of a consumer contains its ARN. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all stream_consumers in a region.
SELECT
region,
consumer_arn
FROM awscc.kinesis.stream_consumers_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the stream_consumers_list_only resource, see stream_consumers