/AWS1/CL_MDPCHANNEL¶
A Channel resource configuration.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/MDP__STRING /AWS1/MDP__STRING¶
The Amazon Resource Name (ARN) assigned to the Channel.
iv_createdat TYPE /AWS1/MDP__STRING /AWS1/MDP__STRING¶
The date and time the Channel was created.
iv_description TYPE /AWS1/MDP__STRING /AWS1/MDP__STRING¶
A short text description of the Channel.
io_egressaccesslogs TYPE REF TO /AWS1/CL_MDPEGRESSACCESSLOGS /AWS1/CL_MDPEGRESSACCESSLOGS¶
EgressAccessLogs
io_hlsingest TYPE REF TO /AWS1/CL_MDPHLSINGEST /AWS1/CL_MDPHLSINGEST¶
HlsIngest
iv_id TYPE /AWS1/MDP__STRING /AWS1/MDP__STRING¶
The ID of the Channel.
io_ingressaccesslogs TYPE REF TO /AWS1/CL_MDPINGRESSACCESSLOGS /AWS1/CL_MDPINGRESSACCESSLOGS¶
IngressAccessLogs
it_tags TYPE /AWS1/CL_MDPTAGS_W=>TT_TAGS TT_TAGS¶
Tags
Queryable Attributes¶
Arn¶
The Amazon Resource Name (ARN) assigned to the Channel.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
CreatedAt¶
The date and time the Channel was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
Description¶
A short text description of the Channel.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
EgressAccessLogs¶
EgressAccessLogs
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EGRESSACCESSLOGS() |
Getter for EGRESSACCESSLOGS |
HlsIngest¶
HlsIngest
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HLSINGEST() |
Getter for HLSINGEST |
Id¶
The ID of the Channel.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
IngressAccessLogs¶
IngressAccessLogs
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INGRESSACCESSLOGS() |
Getter for INGRESSACCESSLOGS |
Tags¶
Tags
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT___LISTOFCHANNEL¶
TYPES TT___LISTOFCHANNEL TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDPCHANNEL WITH DEFAULT KEY
.