/AWS1/CL_MDVPACKAGINGCONF¶
A MediaPackage VOD PackagingConfiguration resource.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/MDV__STRING /AWS1/MDV__STRING¶
The ARN of the PackagingConfiguration.
io_cmafpackage TYPE REF TO /AWS1/CL_MDVCMAFPACKAGE /AWS1/CL_MDVCMAFPACKAGE¶
CmafPackage
iv_createdat TYPE /AWS1/MDV__STRING /AWS1/MDV__STRING¶
The time the PackagingConfiguration was created.
io_dashpackage TYPE REF TO /AWS1/CL_MDVDASHPACKAGE /AWS1/CL_MDVDASHPACKAGE¶
DashPackage
io_hlspackage TYPE REF TO /AWS1/CL_MDVHLSPACKAGE /AWS1/CL_MDVHLSPACKAGE¶
HlsPackage
iv_id TYPE /AWS1/MDV__STRING /AWS1/MDV__STRING¶
The ID of the PackagingConfiguration.
io_msspackage TYPE REF TO /AWS1/CL_MDVMSSPACKAGE /AWS1/CL_MDVMSSPACKAGE¶
MssPackage
iv_packaginggroupid TYPE /AWS1/MDV__STRING /AWS1/MDV__STRING¶
The ID of a PackagingGroup.
it_tags TYPE /AWS1/CL_MDVTAGS_W=>TT_TAGS TT_TAGS¶
Tags
Queryable Attributes¶
Arn¶
The ARN of the PackagingConfiguration.
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 |
CmafPackage¶
CmafPackage
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CMAFPACKAGE() |
Getter for CMAFPACKAGE |
CreatedAt¶
The time the PackagingConfiguration 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 |
DashPackage¶
DashPackage
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DASHPACKAGE() |
Getter for DASHPACKAGE |
HlsPackage¶
HlsPackage
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HLSPACKAGE() |
Getter for HLSPACKAGE |
Id¶
The ID of the PackagingConfiguration.
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 |
MssPackage¶
MssPackage
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MSSPACKAGE() |
Getter for MSSPACKAGE |
PackagingGroupId¶
The ID of a PackagingGroup.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PACKAGINGGROUPID() |
Getter for PACKAGINGGROUPID, with configurable default |
ASK_PACKAGINGGROUPID() |
Getter for PACKAGINGGROUPID w/ exceptions if field has no va |
HAS_PACKAGINGGROUPID() |
Determine if PACKAGINGGROUPID has a value |
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___LISTOFPACKAGINGCONF¶
TYPES TT___LISTOFPACKAGINGCONF TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDVPACKAGINGCONF WITH DEFAULT KEY
.