Skip to main content

origin_endpoint

Gets an individual origin_endpoint resource

Overview

Nameorigin_endpoint
TypeResource
Descriptionorigin_endpoint
Idawscc.mediapackagev2.origin_endpoint

Fields

NameDatatypeDescription
arnstring<p>The Amazon Resource Name (ARN) associated with the resource.</p>
channel_group_namestring
channel_namestring
container_typestring
created_atstring<p>The date and time the origin endpoint was created.</p>
descriptionstring<p>Enter any descriptive text that helps you to identify the origin endpoint.</p>
hls_manifestsarray<p>An HTTP live streaming (HLS) manifest configuration.</p>
low_latency_hls_manifestsarray<p>A low-latency HLS manifest configuration.</p>
modified_atstring<p>The date and time the origin endpoint was modified.</p>
origin_endpoint_namestring
segmentobject
startover_window_secondsinteger<p>The size of the window (in seconds) to create a window of the live stream that's available for on-demand viewing. Viewers can start-over or catch-up on content that falls within the window. The maximum startover window is 1,209,600 seconds (14 days).</p>
tagsarray
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
channel_group_name,
channel_name,
container_type,
created_at,
description,
hls_manifests,
low_latency_hls_manifests,
modified_at,
origin_endpoint_name,
segment,
startover_window_seconds,
tags
FROM awscc.mediapackagev2.origin_endpoint
WHERE data__Identifier = '<Arn>';

Permissions

To operate on the origin_endpoint resource, the following permissions are required:

Read

mediapackagev2:GetOriginEndpoint

Update

mediapackagev2:TagResource,
mediapackagev2:UntagResource,
mediapackagev2:ListTagsForResource,
mediapackagev2:UpdateOriginEndpoint,
iam:PassRole

Delete

mediapackagev2:GetOriginEndpoint,
mediapackagev2:DeleteOriginEndpoint