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
DescriptionResource schema for AWS::MediaPackage::OriginEndpoint
Idaws.mediapackage.origin_endpoints_list_only

Fields

NameDatatypeDescription
arnstringThe Amazon Resource Name (ARN) assigned to the OriginEndpoint.
urlstringThe URL of the packaged OriginEndpoint for consumption.
idstringThe ID of the OriginEndpoint.
channel_idstringThe ID of the Channel the OriginEndpoint is associated with.
descriptionstringA short text description of the OriginEndpoint.
whitelistarrayA list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
startover_window_secondsintegerMaximum duration (seconds) of content to retain for startover playback. If not specified, startover playback will be disabled for the OriginEndpoint.
time_delay_secondsintegerAmount 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.
manifest_namestringA short string appended to the end of the OriginEndpoint URL.
originationstringControl 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
authorizationobject
hls_packageobjectAn HTTP Live Streaming (HLS) packaging configuration.
dash_packageobjectA Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
mss_packageobjectA Microsoft Smooth Streaming (MSS) PackagingConfiguration.
cmaf_packageobjectA CMAF packaging configuration.
tagsarrayA collection of tags associated with a resource
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all origin_endpoints in a region.

SELECT
region,
id
FROM aws.mediapackage.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