/AWS1/CL_MDPUPDORIGINENDPTRSP¶
UpdateOriginEndpointResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/MDP__STRING /AWS1/MDP__STRING¶
The Amazon Resource Name (ARN) assigned to the OriginEndpoint.
io_authorization TYPE REF TO /AWS1/CL_MDPAUTHORIZATION /AWS1/CL_MDPAUTHORIZATION¶
CDN Authorization credentials
iv_channelid TYPE /AWS1/MDP__STRING /AWS1/MDP__STRING¶
The ID of the Channel the OriginEndpoint is associated with.
io_cmafpackage TYPE REF TO /AWS1/CL_MDPCMAFPACKAGE /AWS1/CL_MDPCMAFPACKAGE¶
A Common Media Application Format (CMAF) packaging configuration.
iv_createdat TYPE /AWS1/MDP__STRING /AWS1/MDP__STRING¶
The date and time the OriginEndpoint was created.
io_dashpackage TYPE REF TO /AWS1/CL_MDPDASHPACKAGE /AWS1/CL_MDPDASHPACKAGE¶
A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
iv_description TYPE /AWS1/MDP__STRING /AWS1/MDP__STRING¶
A short text description of the OriginEndpoint.
io_hlspackage TYPE REF TO /AWS1/CL_MDPHLSPACKAGE /AWS1/CL_MDPHLSPACKAGE¶
An HTTP Live Streaming (HLS) packaging configuration.
iv_id TYPE /AWS1/MDP__STRING /AWS1/MDP__STRING¶
The ID of the OriginEndpoint.
iv_manifestname TYPE /AWS1/MDP__STRING /AWS1/MDP__STRING¶
A short string appended to the end of the OriginEndpoint URL.
io_msspackage TYPE REF TO /AWS1/CL_MDPMSSPACKAGE /AWS1/CL_MDPMSSPACKAGE¶
A Microsoft Smooth Streaming (MSS) packaging configuration.
iv_origination TYPE /AWS1/MDPORIGINATION /AWS1/MDPORIGINATION¶
Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the OriginEndpoint may by requested, pursuant to any other form of access control. If set to DENY, the OriginEndpoint may not be requested. This can be helpful for Live to VOD harvesting, or for temporarily disabling origination
iv_startoverwindowseconds TYPE /AWS1/MDP__INTEGER /AWS1/MDP__INTEGER¶
Maximum duration (seconds) of content to retain for startover playback. If not specified, startover playback will be disabled for the OriginEndpoint.
it_tags TYPE /AWS1/CL_MDPTAGS_W=>TT_TAGS TT_TAGS¶
A collection of tags associated with a resource
iv_timedelayseconds TYPE /AWS1/MDP__INTEGER /AWS1/MDP__INTEGER¶
Amount of delay (seconds) to enforce on the playback of live content. If not specified, there will be no time delay in effect for the OriginEndpoint.
iv_url TYPE /AWS1/MDP__STRING /AWS1/MDP__STRING¶
The URL of the packaged OriginEndpoint for consumption.
it_whitelist TYPE /AWS1/CL_MDP__LISTOF__STRING_W=>TT___LISTOF__STRING TT___LISTOF__STRING¶
A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
Queryable Attributes¶
Arn¶
The Amazon Resource Name (ARN) assigned to the OriginEndpoint.
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 |
Authorization¶
CDN Authorization credentials
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTHORIZATION() |
Getter for AUTHORIZATION |
ChannelId¶
The ID of the Channel the OriginEndpoint is associated with.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHANNELID() |
Getter for CHANNELID, with configurable default |
ASK_CHANNELID() |
Getter for CHANNELID w/ exceptions if field has no value |
HAS_CHANNELID() |
Determine if CHANNELID has a value |
CmafPackage¶
A Common Media Application Format (CMAF) packaging configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CMAFPACKAGE() |
Getter for CMAFPACKAGE |
CreatedAt¶
The date and time the OriginEndpoint 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¶
A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DASHPACKAGE() |
Getter for DASHPACKAGE |
Description¶
A short text description of the OriginEndpoint.
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 |
HlsPackage¶
An HTTP Live Streaming (HLS) packaging configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HLSPACKAGE() |
Getter for HLSPACKAGE |
Id¶
The ID of the OriginEndpoint.
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 |
ManifestName¶
A short string appended to the end of the OriginEndpoint URL.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MANIFESTNAME() |
Getter for MANIFESTNAME, with configurable default |
ASK_MANIFESTNAME() |
Getter for MANIFESTNAME w/ exceptions if field has no value |
HAS_MANIFESTNAME() |
Determine if MANIFESTNAME has a value |
MssPackage¶
A Microsoft Smooth Streaming (MSS) packaging configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MSSPACKAGE() |
Getter for MSSPACKAGE |
Origination¶
Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the OriginEndpoint may by requested, pursuant to any other form of access control. If set to DENY, the OriginEndpoint may not be requested. This can be helpful for Live to VOD harvesting, or for temporarily disabling origination
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ORIGINATION() |
Getter for ORIGINATION, with configurable default |
ASK_ORIGINATION() |
Getter for ORIGINATION w/ exceptions if field has no value |
HAS_ORIGINATION() |
Determine if ORIGINATION has a value |
StartoverWindowSeconds¶
Maximum duration (seconds) of content to retain for startover playback. If not specified, startover playback will be disabled for the OriginEndpoint.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTOVERWINDOWSECONDS() |
Getter for STARTOVERWINDOWSECONDS, with configurable default |
ASK_STARTOVERWINDOWSECONDS() |
Getter for STARTOVERWINDOWSECONDS w/ exceptions if field has |
HAS_STARTOVERWINDOWSECONDS() |
Determine if STARTOVERWINDOWSECONDS has a value |
Tags¶
A collection of tags associated with a resource
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 |
TimeDelaySeconds¶
Amount of delay (seconds) to enforce on the playback of live content. If not specified, there will be no time delay in effect for the OriginEndpoint.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMEDELAYSECONDS() |
Getter for TIMEDELAYSECONDS, with configurable default |
ASK_TIMEDELAYSECONDS() |
Getter for TIMEDELAYSECONDS w/ exceptions if field has no va |
HAS_TIMEDELAYSECONDS() |
Determine if TIMEDELAYSECONDS has a value |
Url¶
The URL of the packaged OriginEndpoint for consumption.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_URL() |
Getter for URL, with configurable default |
ASK_URL() |
Getter for URL w/ exceptions if field has no value |
HAS_URL() |
Determine if URL has a value |
Whitelist¶
A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WHITELIST() |
Getter for WHITELIST, with configurable default |
ASK_WHITELIST() |
Getter for WHITELIST w/ exceptions if field has no value |
HAS_WHITELIST() |
Determine if WHITELIST has a value |