Skip to main content

stream_consumers_list_only

Lists stream_consumers in a region or regions, for all properties use stream_consumers

Overview

Namestream_consumers_list_only
TypeResource
DescriptionResource Type definition for AWS::Kinesis::StreamConsumer
Idawscc.kinesis.stream_consumers_list_only

Fields

NameDatatypeDescription
consumer_arnstringThe 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.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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