aws.route53_recovery_control_config.describe_cluster
Example SQL Queries
SELECT * FROMaws.route53_recovery_control_config.describe_clusterWHERE"cluster_arn" = 'VALUE';Description
Display the details about a cluster. The response includes the cluster name, endpoints, status, and Amazon Resource Name (ARN).
Table Definition
| Column Name | Column Data Type |
|---|---|
| cluster_arn Required Input Column The Amazon Resource Name (ARN) of the cluster. | VARCHAR |
| _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 The cluster for the DescribeCluster request. | STRUCT( |
Show child fields
| |