Skip to main content

cluster

Gets an individual cluster resource

Overview

Namecluster
TypeResource
Descriptioncluster
Idawscc.route53recoverycontrol.cluster

Fields

NameDatatypeDescription
namestringName of a Cluster. You can use any non-white space character in the name
cluster_arnstringThe Amazon Resource Name (ARN) of the cluster.
statusstringDeployment status of a resource. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
cluster_endpointsarrayEndpoints for the cluster.
tagsarrayA collection of tags associated with a resource
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name,
cluster_arn,
status,
cluster_endpoints,
tags
FROM awscc.route53recoverycontrol.cluster
WHERE data__Identifier = '<ClusterArn>';

Permissions

To operate on the cluster resource, the following permissions are required:

Read

route53-recovery-control-config:DescribeCluster,
route53-recovery-control-config:ListTagsForResource

Delete

route53-recovery-control-config:DescribeCluster,
route53-recovery-control-config:DeleteCluster