Skip to content

/AWS1/CL_MDTDESCRPROGRAMRSP

DescribeProgramResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

it_adbreaks TYPE /AWS1/CL_MDTADBREAK=>TT___LISTOFADBREAK TT___LISTOFADBREAK

The ad break configuration settings.

iv_arn TYPE /AWS1/MDT__STRING /AWS1/MDT__STRING

The ARN of the program.

iv_channelname TYPE /AWS1/MDT__STRING /AWS1/MDT__STRING

The name of the channel that the program belongs to.

iv_creationtime TYPE /AWS1/MDT__TIMESTAMPUNIX /AWS1/MDT__TIMESTAMPUNIX

The timestamp of when the program was created.

iv_livesourcename TYPE /AWS1/MDT__STRING /AWS1/MDT__STRING

The name of the LiveSource for this Program.

iv_programname TYPE /AWS1/MDT__STRING /AWS1/MDT__STRING

The name of the program.

iv_scheduledstarttime TYPE /AWS1/MDT__TIMESTAMPUNIX /AWS1/MDT__TIMESTAMPUNIX

The date and time that the program is scheduled to start in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2021-03-27T17:48:16.751Z represents March 27, 2021 at 17:48:16.751 UTC.

iv_sourcelocationname TYPE /AWS1/MDT__STRING /AWS1/MDT__STRING

The source location name.

iv_vodsourcename TYPE /AWS1/MDT__STRING /AWS1/MDT__STRING

The name that's used to refer to a VOD source.

io_cliprange TYPE REF TO /AWS1/CL_MDTCLIPRANGE /AWS1/CL_MDTCLIPRANGE

The clip range configuration settings.

iv_durationmillis TYPE /AWS1/MDTLONG /AWS1/MDTLONG

The duration of the live program in milliseconds.

it_audiencemedia TYPE /AWS1/CL_MDTAUDIENCEMEDIA=>TT___LISTOFAUDIENCEMEDIA TT___LISTOFAUDIENCEMEDIA

The list of AudienceMedia defined in program.

it_tags TYPE /AWS1/CL_MDT__MAPOF__STRING_W=>TT___MAPOF__STRING TT___MAPOF__STRING

The tags assigned to the program. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.


Queryable Attributes

AdBreaks

The ad break configuration settings.

Accessible with the following methods

Method Description
GET_ADBREAKS() Getter for ADBREAKS, with configurable default
ASK_ADBREAKS() Getter for ADBREAKS w/ exceptions if field has no value
HAS_ADBREAKS() Determine if ADBREAKS has a value

Arn

The ARN of the program.

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

ChannelName

The name of the channel that the program belongs to.

Accessible with the following methods

Method Description
GET_CHANNELNAME() Getter for CHANNELNAME, with configurable default
ASK_CHANNELNAME() Getter for CHANNELNAME w/ exceptions if field has no value
HAS_CHANNELNAME() Determine if CHANNELNAME has a value

CreationTime

The timestamp of when the program was created.

Accessible with the following methods

Method Description
GET_CREATIONTIME() Getter for CREATIONTIME, with configurable default
ASK_CREATIONTIME() Getter for CREATIONTIME w/ exceptions if field has no value
HAS_CREATIONTIME() Determine if CREATIONTIME has a value

LiveSourceName

The name of the LiveSource for this Program.

Accessible with the following methods

Method Description
GET_LIVESOURCENAME() Getter for LIVESOURCENAME, with configurable default
ASK_LIVESOURCENAME() Getter for LIVESOURCENAME w/ exceptions if field has no valu
HAS_LIVESOURCENAME() Determine if LIVESOURCENAME has a value

ProgramName

The name of the program.

Accessible with the following methods

Method Description
GET_PROGRAMNAME() Getter for PROGRAMNAME, with configurable default
ASK_PROGRAMNAME() Getter for PROGRAMNAME w/ exceptions if field has no value
HAS_PROGRAMNAME() Determine if PROGRAMNAME has a value

ScheduledStartTime

The date and time that the program is scheduled to start in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2021-03-27T17:48:16.751Z represents March 27, 2021 at 17:48:16.751 UTC.

Accessible with the following methods

Method Description
GET_SCHEDULEDSTARTTIME() Getter for SCHEDULEDSTARTTIME, with configurable default
ASK_SCHEDULEDSTARTTIME() Getter for SCHEDULEDSTARTTIME w/ exceptions if field has no
HAS_SCHEDULEDSTARTTIME() Determine if SCHEDULEDSTARTTIME has a value

SourceLocationName

The source location name.

Accessible with the following methods

Method Description
GET_SOURCELOCATIONNAME() Getter for SOURCELOCATIONNAME, with configurable default
ASK_SOURCELOCATIONNAME() Getter for SOURCELOCATIONNAME w/ exceptions if field has no
HAS_SOURCELOCATIONNAME() Determine if SOURCELOCATIONNAME has a value

VodSourceName

The name that's used to refer to a VOD source.

Accessible with the following methods

Method Description
GET_VODSOURCENAME() Getter for VODSOURCENAME, with configurable default
ASK_VODSOURCENAME() Getter for VODSOURCENAME w/ exceptions if field has no value
HAS_VODSOURCENAME() Determine if VODSOURCENAME has a value

ClipRange

The clip range configuration settings.

Accessible with the following methods

Method Description
GET_CLIPRANGE() Getter for CLIPRANGE

DurationMillis

The duration of the live program in milliseconds.

Accessible with the following methods

Method Description
GET_DURATIONMILLIS() Getter for DURATIONMILLIS, with configurable default
ASK_DURATIONMILLIS() Getter for DURATIONMILLIS w/ exceptions if field has no valu
HAS_DURATIONMILLIS() Determine if DURATIONMILLIS has a value

AudienceMedia

The list of AudienceMedia defined in program.

Accessible with the following methods

Method Description
GET_AUDIENCEMEDIA() Getter for AUDIENCEMEDIA, with configurable default
ASK_AUDIENCEMEDIA() Getter for AUDIENCEMEDIA w/ exceptions if field has no value
HAS_AUDIENCEMEDIA() Determine if AUDIENCEMEDIA has a value

Tags

The tags assigned to the program. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.

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