AWS Fundamentals Logo
AWS Fundamentals
L2 Construct

StreamConsumer

A Kinesis Stream Consumer.

Import

import { StreamConsumer } from 'aws-cdk-lib/aws-kinesis';

Or use the module namespace:

import * as kinesis from 'aws-cdk-lib/aws-kinesis';
// kinesis.StreamConsumer

Properties

Configuration passed to the constructor as StreamConsumerProps.

streamRequired
IStream

The Kinesis data stream to associate this consumer with.

streamConsumerNameRequired
string

The name of the stream consumer.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter