aws.route53_recovery_control_config.list_routing_controls
Example SQL Queries
SELECT * FROMaws.route53_recovery_control_config.list_routing_controlsWHERE"control_panel_arn" = 'VALUE';Description
Returns an array of routing controls for a control panel. A routing control is an Amazon Route 53 Application Recovery Controller construct that has one of two states: ON and OFF. You can map the routing control state to the state of an Amazon Route 53 health check, which can be used to control routing.
Table Definition
| Column Name | Column Data Type |
|---|---|
| control_panel_arn Required Input Column The Amazon Resource Name (ARN) of the control panel that includes the routing control. | 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 |
| name The name of the routing control. | VARCHAR |
| owner The Amazon Web Services account ID of the routing control owner. | VARCHAR |
| routing_control_arn The Amazon Resource Name (ARN) of the routing control. | VARCHAR |
| status The deployment status of a routing control. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION. | VARCHAR |