AWS::Kinesis::Stream WarmThroughputObject - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon CloudFormation template, use the following syntax:

JSON

{ "CurrentMiBps" : Integer, "TargetMiBps" : Integer }

YAML

CurrentMiBps: Integer TargetMiBps: 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: 0

Update 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: 0

Update requires: No interruption