Skip to main content

cluster_tags

Expands all tag keys and values for clusters in a region

Overview

Namecluster_tags
TypeResource
DescriptionDefinition of AWS::MediaLive::Cluster Resource Type
Idaws.medialive.cluster_tags

Fields

NameDatatypeDescription
arnstringThe ARN of the Cluster.
channel_idsarrayThe MediaLive Channels that are currently running on Nodes in this Cluster.
cluster_typestringThe hardware type for the cluster.
idstringThe unique ID of the Cluster.
instance_role_arnstringThe IAM role your nodes will use.
namestringThe user-specified name of the Cluster to be created.
network_settingsobjectOn premises settings which will have the interface network mappings and default Output logical interface
statestringThe current state of the Cluster.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all clusters in a region.

SELECT
region,
arn,
channel_ids,
cluster_type,
id,
instance_role_arn,
name,
network_settings,
state,
tag_key,
tag_value
FROM aws.medialive.cluster_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the cluster_tags resource, see clusters