A Kinesis Stream Consumer.
import { StreamConsumer } from 'aws-cdk-lib/aws-kinesis';Or use the module namespace:
import * as kinesis from 'aws-cdk-lib/aws-kinesis';
// kinesis.StreamConsumerConfiguration passed to the constructor as StreamConsumerProps.
streamRequiredIStreamThe Kinesis data stream to associate this consumer with.
streamConsumerNameRequiredstringThe name of the stream consumer.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-kinesis