AWS::Kinesis::StreamConsumer
- Similar to
Kafka
- Capture, process and store data streams
Stream
is made up ofshards
(partitions). The more shrads, the more throughput- Provides
ordering of records
and the ability toread and/or replay records
- Modes
Standard
: consumers pull dataEnhanced-fan out
: data is pushed to consumers
Properties
Type: AWS::Kinesis::StreamConsumer
Properties:
ConsumerName: String
StreamARN: String