Skip to main content

channel_group_tags

Expands all tag keys and values for channel_groups in a region

Overview

Namechannel_group_tags
TypeResource
Description

Represents a channel group that facilitates the grouping of multiple channels.

Idaws.mediapackagev2.channel_group_tags

Fields

NameDatatypeDescription
arnstring

The Amazon Resource Name (ARN) associated with the resource.

channel_group_namestring
created_atstring

The date and time the channel group was created.

descriptionstring

Enter any descriptive text that helps you to identify the channel group.

egress_domainstring

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_atstring

The date and time the channel group was modified.

tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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