Skip to content

/AWS1/CL_MDP=>CREATEORIGINENDPOINT()

About CreateOriginEndpoint

Creates a new OriginEndpoint record.

Method Signature

IMPORTING

Required arguments:

IV_CHANNELID TYPE /AWS1/MDP__STRING /AWS1/MDP__STRING

The ID of the Channel that the OriginEndpoint will be associated with. This cannot be changed after the OriginEndpoint is created.

IV_ID TYPE /AWS1/MDP__STRING /AWS1/MDP__STRING

The ID of the OriginEndpoint. The ID must be unique within the region and it cannot be changed after the OriginEndpoint is created.

Optional arguments:

IO_AUTHORIZATION TYPE REF TO /AWS1/CL_MDPAUTHORIZATION /AWS1/CL_MDPAUTHORIZATION

Authorization

IO_CMAFPACKAGE TYPE REF TO /AWS1/CL_MDPCMAFPACKAGECREOR00 /AWS1/CL_MDPCMAFPACKAGECREOR00

CmafPackage

IO_DASHPACKAGE TYPE REF TO /AWS1/CL_MDPDASHPACKAGE /AWS1/CL_MDPDASHPACKAGE

DashPackage

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

HlsPackage

IV_MANIFESTNAME TYPE /AWS1/MDP__STRING /AWS1/MDP__STRING

A short string that will be used as the filename of the OriginEndpoint URL (defaults to "index").

IO_MSSPACKAGE TYPE REF TO /AWS1/CL_MDPMSSPACKAGE /AWS1/CL_MDPMSSPACKAGE

MssPackage

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

Tags

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.

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.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_MDPCREORIGINENDPTRSP /AWS1/CL_MDPCREORIGINENDPTRSP