Skip to main content

clusters

Retrieves a list of clusters in a region

Overview

Nameclusters
TypeResource
Descriptionclusters
Idawscc.route53recoverycontrol.clusters

Fields

NameDatatypeDescription
cluster_arnstringThe Amazon Resource Name (ARN) of the cluster.
regionstringAWS 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