origin_endpoint
Gets an individual origin_endpoint
resource
Overview
Name | origin_endpoint |
Type | Resource |
Description | origin_endpoint |
Id | awscc.mediapackagev2.origin_endpoint |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | <p>The Amazon Resource Name (ARN) associated with the resource.</p> |
channel_group_name | string | |
channel_name | string | |
container_type | string | |
created_at | string | <p>The date and time the origin endpoint was created.</p> |
description | string | <p>Enter any descriptive text that helps you to identify the origin endpoint.</p> |
hls_manifests | array | <p>An HTTP live streaming (HLS) manifest configuration.</p> |
low_latency_hls_manifests | array | <p>A low-latency HLS manifest configuration.</p> |
modified_at | string | <p>The date and time the origin endpoint was modified.</p> |
origin_endpoint_name | string | |
segment | object | |
startover_window_seconds | integer | <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> |
tags | array | |
region | string | AWS 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