Skip to main content

channel_placement_group_tags

Expands all tag keys and values for channel_placement_groups in a region

Overview

Namechannel_placement_group_tags
TypeResource
DescriptionDefinition of AWS::MediaLive::ChannelPlacementGroup Resource Type
Idaws.medialive.channel_placement_group_tags

Fields

NameDatatypeDescription
arnstringThe ARN of the channel placement group.
channelsarrayList of channel IDs added to the channel placement group.
cluster_idstringThe ID of the cluster the node is on.
idstringUnique internal identifier.
namestringThe name of the channel placement group.
nodesarrayList of nodes added to the channel placement group
statestringThe current state of the ChannelPlacementGroupState
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all channel_placement_groups in a region.

SELECT
region,
arn,
channels,
cluster_id,
id,
name,
nodes,
state,
tag_key,
tag_value
FROM aws.medialive.channel_placement_group_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the channel_placement_group_tags resource, see channel_placement_groups