aws-cdk-lib.aws_kinesis.StreamMode

enum StreamMode

LanguageType name
.NETAmazon.CDK.AWS.Kinesis.StreamMode
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awskinesis#StreamMode
Javasoftware.amazon.awscdk.services.kinesis.StreamMode
Pythonaws_cdk.aws_kinesis.StreamMode
TypeScript (source)aws-cdk-lib » aws_kinesis » StreamMode

Specifies the capacity mode to apply to this stream.

Members

NameDescription
PROVISIONEDSpecify the provisioned capacity mode.
ON_DEMANDSpecify the on-demand capacity mode.

PROVISIONED

Specify the provisioned capacity mode.

The stream will have shardCount shards unless modified and will be billed according to the provisioned capacity.


ON_DEMAND

Specify the on-demand capacity mode.

The stream will autoscale and be billed according to the volume of data ingested and retrieved.