Skip to main content

routing_controls

Retrieves a list of routing_controls in a region

Overview

Namerouting_controls
TypeResource
Descriptionrouting_controls
Idawscc.route53recoverycontrol.routing_controls

Fields

NameDatatypeDescription
routing_control_arnstringThe Amazon Resource Name (ARN) of the routing control.
regionstringAWS 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