Skip to main content

clusters_list_only

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

Overview

Nameclusters_list_only
TypeResource
DescriptionAn object representing an Amazon EKS cluster.
Idaws.eks.clusters_list_only

Fields

NameDatatypeDescription
namestringThe unique name to give to your cluster.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all clusters in a region.

SELECT
region,
name
FROM aws.eks.clusters_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the clusters_list_only resource, see clusters