Skip to content

/AWS1/CL_KNSWARMTHRUPUTOBJECT

Represents the warm throughput configuration on the stream. This is only present for On-Demand Kinesis Data Streams in accounts that have MinimumThroughputBillingCommitment enabled.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_targetmibps TYPE /AWS1/KNSNATURALINTEGEROBJECT /AWS1/KNSNATURALINTEGEROBJECT

The target warm throughput value on the stream. This indicates that the stream is currently scaling towards this target value.

iv_currentmibps TYPE /AWS1/KNSNATURALINTEGEROBJECT /AWS1/KNSNATURALINTEGEROBJECT

The current warm throughput value on the stream. This is the write throughput in MiBps that the stream is currently scaled to handle.


Queryable Attributes

TargetMiBps

The target warm throughput value on the stream. This indicates that the stream is currently scaling towards this target value.

Accessible with the following methods

Method Description
GET_TARGETMIBPS() Getter for TARGETMIBPS, with configurable default
ASK_TARGETMIBPS() Getter for TARGETMIBPS w/ exceptions if field has no value
HAS_TARGETMIBPS() Determine if TARGETMIBPS has a value

CurrentMiBps

The current warm throughput value on the stream. This is the write throughput in MiBps that the stream is currently scaled to handle.

Accessible with the following methods

Method Description
GET_CURRENTMIBPS() Getter for CURRENTMIBPS, with configurable default
ASK_CURRENTMIBPS() Getter for CURRENTMIBPS w/ exceptions if field has no value
HAS_CURRENTMIBPS() Determine if CURRENTMIBPS has a value