Consumer
class Consumer
An object that represents the details of the consumer you registered. This type of object is returned by RegisterStreamConsumer.
Types
Properties
Link copied to clipboard
When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.
Link copied to clipboard
Link copied to clipboard
The name of the consumer is something you choose when you register the consumer.
Link copied to clipboard
A consumer can't read data while in the CREATING
or DELETING
states.