aws.route53_recovery_control_config.list_control_panels
Example SQL Queries
SELECT * FROMaws.route53_recovery_control_config.list_control_panels;Description
Returns an array of control panels in an account or in a cluster.
Table Definition
| Column Name | Column Data Type |
|---|---|
| cluster_arn Input Column The Amazon Resource Name (ARN) of the cluster that includes the control panel. | 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 |
| control_panel_arn The Amazon Resource Name (ARN) of the control panel. | VARCHAR |
| default_control_panel A flag that Amazon Route 53 Application Recovery Controller sets to true to designate the default control panel for a cluster. When you create a cluster, Amazon Route 53 Application Recovery Controller creates a control panel, and sets this flag for that control panel. If you create a control panel yourself, this flag is set to false. | BOOLEAN |
| name The name of the control panel. You can use any non-white space character in the name. | VARCHAR |
| owner The Amazon Web Services account ID of the control panel owner. | VARCHAR |
| routing_control_count The number of routing controls in the control panel. | BIGINT |
| status The deployment status of control panel. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION. | VARCHAR |