This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Kinesis::Stream WarmThroughputObject
Represents the warm throughput configuration on the stream. This is only present for On-Demand Kinesis Data Streams in accounts that have MinimumThroughputBillingCommitment enabled.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "CurrentMiBps" :Integer, "TargetMiBps" :Integer}
YAML
CurrentMiBps:IntegerTargetMiBps:Integer
Properties
CurrentMiBps-
The current warm throughput value on the stream. This is the write throughput in MiBps that the stream is currently scaled to handle.
Required: No
Type: Integer
Minimum:
0Update requires: No interruption
TargetMiBps-
The target warm throughput value on the stream. This indicates that the stream is currently scaling towards this target value.
Required: No
Type: Integer
Minimum:
0Update requires: No interruption