AWS::Kinesis::StreamConsumer
- Similar to
Kafka - Capture, process and store data streams
Streamis made up ofshards(partitions). The more shrads, the more throughput- Provides
ordering of recordsand 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