cluster_tags
Expands all tag keys and values for clusters
in a region
Overview
Name | cluster_tags |
Type | Resource |
Description | AWS::PCS::Cluster resource creates an AWS PCS cluster. |
Id | aws.pcs.cluster_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The unique Amazon Resource Name (ARN) of the cluster. |
endpoints | array | The list of endpoints available for interaction with the scheduler. |
error_info | array | The list of errors that occurred during cluster provisioning. |
id | string | The generated unique ID of the cluster. |
name | string | The name that identifies the cluster. |
networking | object | The networking configuration for the cluster's control plane. |
scheduler | object | The cluster management and job scheduling software associated with the cluster. |
size | string | The size of the cluster. |
slurm_configuration | object | Additional options related to the Slurm scheduler. |
status | string | The provisioning status of the cluster. The provisioning status doesn't indicate the overall health 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,
endpoints,
error_info,
id,
name,
networking,
scheduler,
size,
slurm_configuration,
status,
tag_key,
tag_value
FROM aws.pcs.cluster_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the cluster_tags
resource, see clusters