Skip to main content

cluster_tags

Expands all tag keys and values for clusters in a region

Overview

Namecluster_tags
TypeResource
DescriptionAWS::PCS::Cluster resource creates an AWS PCS cluster.
Idaws.pcs.cluster_tags

Fields

NameDatatypeDescription
arnstringThe unique Amazon Resource Name (ARN) of the cluster.
endpointsarrayThe list of endpoints available for interaction with the scheduler.
error_infoarrayThe list of errors that occurred during cluster provisioning.
idstringThe generated unique ID of the cluster.
namestringThe name that identifies the cluster.
networkingobjectThe networking configuration for the cluster's control plane.
schedulerobjectThe cluster management and job scheduling software associated with the cluster.
sizestringThe size of the cluster.
slurm_configurationobjectAdditional options related to the Slurm scheduler.
statusstringThe provisioning status of the cluster. The provisioning status doesn't indicate the overall health 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,
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