clusters
Retrieves a list of clusters
in a region
Overview
Name | clusters |
Type | Resource |
Description | clusters |
Id | awscc.route53recoverycontrol.clusters |
Fields
Name | Datatype | Description |
---|---|---|
cluster_arn | string | The Amazon Resource Name (ARN) of the cluster. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
cluster_arn
FROM awscc.route53recoverycontrol.clusters
WHERE region = 'us-east-1'
Permissions
To operate on the clusters
resource, the following permissions are required:
Create
route53-recovery-control-config:CreateCluster,
route53-recovery-control-config:DescribeCluster,
route53-recovery-control-config:ListTagsForResource,
route53-recovery-control-config:TagResource
List
route53-recovery-control-config:ListClusters