Skip to main content

compute_node_groups_list_only

Lists compute_node_groups in a region or regions, for all properties use compute_node_groups

Overview

Namecompute_node_groups_list_only
TypeResource
DescriptionAWS::PCS::ComputeNodeGroup resource creates an AWS PCS compute node group.
Idaws.pcs.compute_node_groups_list_only

Fields

NameDatatypeDescription
arnstringThe unique Amazon Resource Name (ARN) of the compute node group.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all compute_node_groups in a region.

SELECT
region,
arn
FROM aws.pcs.compute_node_groups_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the compute_node_groups_list_only resource, see compute_node_groups