cluster_tags
Expands all tag keys and values for clusters
in a region
Overview
Name | cluster_tags |
Type | Resource |
Description | Definition of AWS::MediaLive::Cluster Resource Type |
Id | aws.medialive.cluster_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The ARN of the Cluster. |
channel_ids | array | The MediaLive Channels that are currently running on Nodes in this Cluster. |
cluster_type | string | The hardware type for the cluster. |
id | string | The unique ID of the Cluster. |
instance_role_arn | string | The IAM role your nodes will use. |
name | string | The user-specified name of the Cluster to be created. |
network_settings | object | On premises settings which will have the interface network mappings and default Output logical interface |
state | string | The current state of the Cluster. |
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 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