/AWS1/CL_KNVMEDIASTORAGECONF¶
A structure that encapsulates, or contains, the media storage configuration properties.
-
If
StorageStatusis enabled, the data will be stored in theStreamARNprovided. In order for WebRTC Ingestion to work, the stream must have data retention enabled. -
If
StorageStatusis disabled, no data will be stored, and theStreamARNparameter will not be needed.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_status TYPE /AWS1/KNVMEDIASTRGCONFSTATUS /AWS1/KNVMEDIASTRGCONFSTATUS¶
The status of the media storage configuration.
Optional arguments:¶
iv_streamarn TYPE /AWS1/KNVRESOURCEARN /AWS1/KNVRESOURCEARN¶
The Amazon Resource Name (ARN) of the stream.
Queryable Attributes¶
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 |
Status¶
The status of the media storage configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |