origin_endpoint_tags
Expands all tag keys and values for origin_endpoints
in a region
Overview
Name | origin_endpoint_tags |
Type | Resource |
Description | Resource schema for AWS::MediaPackage::OriginEndpoint |
Id | aws.mediapackage.origin_endpoint_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) assigned to the OriginEndpoint. |
url | string | The URL of the packaged OriginEndpoint for consumption. |
id | string | The ID of the OriginEndpoint. |
channel_id | string | The ID of the Channel the OriginEndpoint is associated with. |
description | string | A short text description of the OriginEndpoint. |
whitelist | array | A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint. |
startover_window_seconds | integer | Maximum duration (seconds) of content to retain for startover playback. If not specified, startover playback will be disabled for the OriginEndpoint. |
time_delay_seconds | 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. |
manifest_name | string | A short string appended to the end of the OriginEndpoint URL. |
origination | string | 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 |
authorization | object | |
hls_package | object | An HTTP Live Streaming (HLS) packaging configuration. |
dash_package | object | A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration. |
mss_package | object | A Microsoft Smooth Streaming (MSS) PackagingConfiguration. |
cmaf_package | object | A CMAF packaging configuration. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all origin_endpoints
in a region.
SELECT
region,
arn,
url,
id,
channel_id,
description,
whitelist,
startover_window_seconds,
time_delay_seconds,
manifest_name,
origination,
authorization,
hls_package,
dash_package,
mss_package,
cmaf_package,
tag_key,
tag_value
FROM aws.mediapackage.origin_endpoint_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the origin_endpoint_tags
resource, see origin_endpoints