Skip to main content

routing_control

Gets an individual routing_control resource

Overview

Namerouting_control
TypeResource
Descriptionrouting_control
Idawscc.route53recoverycontrol.routing_control

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
routing_control_arn,
control_panel_arn,
name,
status,
cluster_arn
FROM awscc.route53recoverycontrol.routing_control
WHERE data__Identifier = '<RoutingControlArn>';

Permissions

To operate on the routing_control resource, the following permissions are required:

Read

route53-recovery-control-config:DescribeRoutingControl

Update

route53-recovery-control-config:UpdateRoutingControl,
route53-recovery-control-config:DescribeRoutingControl,
route53-recovery-control-config:DescribeControlPanel

Delete

route53-recovery-control-config:DescribeRoutingControl,
route53-recovery-control-config:DeleteRoutingControl