routing_controls
Retrieves a list of routing_controls
in a region
Overview
Name | routing_controls |
Type | Resource |
Description | routing_controls |
Id | awscc.route53recoverycontrol.routing_controls |
Fields
Name | Datatype | Description |
---|---|---|
routing_control_arn | string | The Amazon Resource Name (ARN) of the routing control. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
routing_control_arn
FROM awscc.route53recoverycontrol.routing_controls
WHERE region = 'us-east-1'
Permissions
To operate on the routing_controls
resource, the following permissions are required:
Create
route53-recovery-control-config:CreateRoutingControl,
route53-recovery-control-config:DescribeRoutingControl,
route53-recovery-control-config:DescribeControlPanel,
route53-recovery-control-config:DescribeCluster
List
route53-recovery-control-config:ListRoutingControls