interface StreamModeDetailsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Kinesis.CfnStream.StreamModeDetailsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awskinesis#CfnStream_StreamModeDetailsProperty |
![]() | software.amazon.awscdk.services.kinesis.CfnStream.StreamModeDetailsProperty |
![]() | aws_cdk.aws_kinesis.CfnStream.StreamModeDetailsProperty |
![]() | aws-cdk-lib » 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 { aws_kinesis as kinesis } from 'aws-cdk-lib';
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.