compute_node_groups_list_only
Lists compute_node_groups in a region or regions, for all properties use compute_node_groups
Overview
| Name | compute_node_groups_list_only |
| Type | Resource |
| Description | AWS::PCS::ComputeNodeGroup resource creates an AWS PCS compute node group. |
| Id | aws.pcs.compute_node_groups_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
arn | string | The unique Amazon Resource Name (ARN) of the compute node group. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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