v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1428127159.3 KB

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.

post/#X-Amz-Target=Kinesis_20131202.DescribeStreamConsumer

Headers

X-Amz-Target'Kinesis_20131202.DescribeStreamConsumer' required

Request body

StreamARNstring

The ARN of the Kinesis data stream that the consumer is registered with. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-kinesis-streams">Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces</a>.

ConsumerNamestring

The name that you gave to the consumer.

ConsumerARNstring

The ARN returned by Kinesis Data Streams when you registered the consumer.

Response

Success