aws.route53_recovery_control_config.list_clusters
Example SQL Queries
SELECT * FROMaws.route53_recovery_control_config.list_clusters;Description
Returns an array of all the clusters in an account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| cluster_arn The Amazon Resource Name (ARN) of the cluster. | VARCHAR |
| cluster_endpoints Endpoints for a cluster. Specify one of these endpoints when you want to set or retrieve a routing control state in the cluster. To get or update the routing control state, see the Amazon Route 53 Application Recovery Controller Routing Control Actions. | STRUCT( |
Show child fields
| |
| name The name of the cluster. | VARCHAR |
| owner The Amazon Web Services account ID of the cluster owner. | VARCHAR |
| status Deployment status of a resource. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION. | VARCHAR |