cluster
Gets an individual cluster
resource
Overview
Name | cluster |
Type | Resource |
Description | cluster |
Id | awscc.route53recoverycontrol.cluster |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of a Cluster. You can use any non-white space character in the name |
cluster_arn | string | The Amazon Resource Name (ARN) of the cluster. |
status | string | Deployment status of a resource. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION. |
cluster_endpoints | array | Endpoints for the cluster. |
tags | array | A collection of tags associated with a resource |
region | string | AWS 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