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. |
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