channel_placement_group_tags
Expands all tag keys and values for channel_placement_groups
in a region
Overview
Name | channel_placement_group_tags |
Type | Resource |
Description | Definition of AWS::MediaLive::ChannelPlacementGroup Resource Type |
Id | aws.medialive.channel_placement_group_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The ARN of the channel placement group. |
channels | array | List of channel IDs added to the channel placement group. |
cluster_id | string | The ID of the cluster the node is on. |
id | string | Unique internal identifier. |
name | string | The name of the channel placement group. |
nodes | array | List of nodes added to the channel placement group |
state | string | The current state of the ChannelPlacementGroupState |
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_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