channel_group_tags
Expands all tag keys and values for channel_groups
in a region
Overview
Name | channel_group_tags |
Type | Resource |
Description | Represents a channel group that facilitates the grouping of multiple channels. |
Id | aws.mediapackagev2.channel_group_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) associated with the resource. |
channel_group_name | string | |
created_at | string | The date and time the channel group was created. |
description | string | Enter any descriptive text that helps you to identify the channel group. |
egress_domain | string | The output domain where the source stream should be sent. Integrate the domain with a downstream CDN (such as Amazon CloudFront) or playback device. |
modified_at | string | The date and time the channel group 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 channel_groups
in a region.
SELECT
region,
arn,
channel_group_name,
created_at,
description,
egress_domain,
modified_at,
tag_key,
tag_value
FROM aws.mediapackagev2.channel_group_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the channel_group_tags
resource, see channel_groups