/AWS1/CL_KNVDSCSTRMSTRGCONFOUT¶
DescribeStreamStorageConfigurationOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_streamname TYPE /AWS1/KNVSTREAMNAME /AWS1/KNVSTREAMNAME¶
The name of the stream.
iv_streamarn TYPE /AWS1/KNVRESOURCEARN /AWS1/KNVRESOURCEARN¶
The Amazon Resource Name (ARN) of the stream.
io_streamstorageconf TYPE REF TO /AWS1/CL_KNVSTREAMSTORAGECONF /AWS1/CL_KNVSTREAMSTORAGECONF¶
The current storage configuration for the stream, including the default storage tier and other storage-related settings.
Queryable Attributes¶
StreamName¶
The name of the stream.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STREAMNAME() |
Getter for STREAMNAME, with configurable default |
ASK_STREAMNAME() |
Getter for STREAMNAME w/ exceptions if field has no value |
HAS_STREAMNAME() |
Determine if STREAMNAME has a value |
StreamARN¶
The Amazon Resource Name (ARN) of the stream.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STREAMARN() |
Getter for STREAMARN, with configurable default |
ASK_STREAMARN() |
Getter for STREAMARN w/ exceptions if field has no value |
HAS_STREAMARN() |
Determine if STREAMARN has a value |
StreamStorageConfiguration¶
The current storage configuration for the stream, including the default storage tier and other storage-related settings.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STREAMSTORAGECONF() |
Getter for STREAMSTORAGECONFIGURATION |