origin_endpoint_tags
Expands all tag keys and values for origin_endpoints
in a region
Overview
Name | origin_endpoint_tags |
Type | Resource |
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. |
Id | aws.mediapackagev2.origin_endpoint_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) associated with the resource. |
channel_group_name | string | |
channel_name | string | |
container_type | string | |
created_at | string | The date and time the origin endpoint was created. |
dash_manifests | array | A DASH manifest configuration. |
description | string | Enter any descriptive text that helps you to identify the origin endpoint. |
force_endpoint_error_configuration | object | The failover settings for the endpoint. |
hls_manifests | array | An HTTP live streaming (HLS) manifest configuration. |
low_latency_hls_manifests | array | A low-latency HLS manifest configuration. |
modified_at | string | The date and time the origin endpoint was modified. |
origin_endpoint_name | string | |
segment | object | The segment configuration, including the segment name, duration, and other configuration values. |
startover_window_seconds | integer | 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). |
dash_manifest_urls | array | |
hls_manifest_urls | array | |
low_latency_hls_manifest_urls | array | |
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,
channel_group_name,
channel_name,
container_type,
created_at,
dash_manifests,
description,
force_endpoint_error_configuration,
hls_manifests,
low_latency_hls_manifests,
modified_at,
origin_endpoint_name,
segment,
startover_window_seconds,
dash_manifest_urls,
hls_manifest_urls,
low_latency_hls_manifest_urls,
tag_key,
tag_value
FROM aws.mediapackagev2.origin_endpoint_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the origin_endpoint_tags
resource, see origin_endpoints