Skip to main content

routing_controls_list_only

Lists routing_controls in a region or regions, for all properties use routing_controls

Overview

Namerouting_controls_list_only
TypeResource
DescriptionAWS Route53 Recovery Control Routing Control resource schema .
Idaws.route53recoverycontrol.routing_controls_list_only

Fields

NameDatatypeDescription
routing_control_arnstringThe Amazon Resource Name (ARN) of the routing control.
control_panel_arnstringThe Amazon Resource Name (ARN) of the control panel.
namestringThe name of the routing control. You can use any non-white space character in the name.
statusstringThe deployment status of the routing control. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
cluster_arnstringArn associated with Control Panel
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all routing_controls in a region.

SELECT
region,
routing_control_arn
FROM aws.route53recoverycontrol.routing_controls_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the routing_controls_list_only resource, see routing_controls