routing_controls_list_only
Lists routing_controls
in a region or regions, for all properties use routing_controls
Overview
Name | routing_controls_list_only |
Type | Resource |
Description | AWS Route53 Recovery Control Routing Control resource schema . |
Id | aws.route53recoverycontrol.routing_controls_list_only |
Fields
Name | Datatype | Description |
---|---|---|
routing_control_arn | string | The Amazon Resource Name (ARN) of the routing control. |
control_panel_arn | string | The Amazon Resource Name (ARN) of the control panel. |
name | string | The name of the routing control. You can use any non-white space character in the name. |
status | string | The deployment status of the routing control. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION. |
cluster_arn | string | Arn associated with Control Panel |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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