clusters
Retrieves a list of clusters
in a region
Overview
Name | clusters |
Type | Resource |
Description | clusters |
Id | awscc.eks.clusters |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The unique name to give to your cluster. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
name
FROM awscc.eks.clusters
WHERE region = 'us-east-1'
Permissions
To operate on the clusters
resource, the following permissions are required:
Create
eks:CreateCluster,
eks:DescribeCluster,
eks:TagResource,
iam:PassRole,
iam:GetRole,
iam:ListAttachedRolePolicies,
iam:CreateServiceLinkedRole,
iam:CreateInstanceProfile,
iam:TagInstanceProfile,
iam:AddRoleToInstanceProfile,
iam:GetInstanceProfile,
iam:DeleteInstanceProfile,
iam:RemoveRoleFromInstanceProfile,
ec2:DescribeSubnets,
ec2:DescribeVpcs,
kms:DescribeKey,
kms:CreateGrant
List
eks:ListClusters