Skip to main content

origin_endpoints_list_only

Lists origin_endpoints in a region or regions, for all properties use origin_endpoints

Overview

Nameorigin_endpoints_list_only
TypeResource
Description

Represents an origin endpoint that is associated with a channel, offering a dynamically repackaged version of its content through various streaming media protocols. The content can be efficiently disseminated to end-users via a Content Delivery Network (CDN), like Amazon CloudFront.

Idaws.mediapackagev2.origin_endpoints_list_only

Fields

NameDatatypeDescription
arnstring

The Amazon Resource Name (ARN) associated with the resource.

channel_group_namestring
channel_namestring
container_typestring
created_atstring

The date and time the origin endpoint was created.

dash_manifestsarray

A DASH manifest configuration.

descriptionstring

Enter any descriptive text that helps you to identify the origin endpoint.

hls_manifestsarray

An HTTP live streaming (HLS) manifest configuration.

low_latency_hls_manifestsarray

A low-latency HLS manifest configuration.

modified_atstring

The date and time the origin endpoint was modified.

origin_endpoint_namestring
segmentobject

The segment configuration, including the segment name, duration, and other configuration values.

startover_window_secondsinteger

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).

tagsarray
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all origin_endpoints in a region.

SELECT
region,
arn
FROM aws.mediapackagev2.origin_endpoints_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the origin_endpoints_list_only resource, see origin_endpoints