channel_tags
Expands all tag keys and values for channels
in a region
Overview
Name | channel_tags |
Type | Resource |
Description | Represents an entry point into AWS Elemental MediaPackage for an ABR video content stream sent from an upstream encoder such as AWS Elemental MediaLive. The channel continuously analyzes the content that it receives and prepares it to be distributed to consumers via one or more origin endpoints. |
Id | aws.mediapackagev2.channel_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) associated with the resource. |
channel_group_name | string | |
channel_name | string | |
created_at | string | The date and time the channel was created. |
description | string | Enter any descriptive text that helps you to identify the channel. |
ingest_endpoints | array | The list of ingest endpoints. |
modified_at | string | The date and time the channel was modified. |
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 channels
in a region.
SELECT
region,
arn,
channel_group_name,
channel_name,
created_at,
description,
ingest_endpoints,
modified_at,
tag_key,
tag_value
FROM aws.mediapackagev2.channel_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the channel_tags
resource, see channels