interface StreamModeDetailsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Kinesis.CfnStream.StreamModeDetailsProperty |
![]() | software.amazon.awscdk.services.kinesis.CfnStream.StreamModeDetailsProperty |
![]() | aws_cdk.aws_kinesis.CfnStream.StreamModeDetailsProperty |
![]() | @aws-cdk/aws-kinesis » CfnStream » StreamModeDetailsProperty |
Specifies the capacity mode to which you want to set your data stream.
Currently, in Kinesis Data Streams, you can choose between an on-demand capacity mode and a provisioned capacity mode for your data streams.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as kinesis from '@aws-cdk/aws-kinesis';
const streamModeDetailsProperty: kinesis.CfnStream.StreamModeDetailsProperty = {
streamMode: 'streamMode',
};
Properties
Name | Type | Description |
---|---|---|
stream | string | Specifies the capacity mode to which you want to set your data stream. |
streamMode
Type:
string
Specifies the capacity mode to which you want to set your data stream.
Currently, in Kinesis Data Streams, you can choose between an on-demand capacity mode and a provisioned capacity mode for your data streams.