routing_control
Gets an individual routing_control
resource
Overview
Name | routing_control |
Type | Resource |
Description | routing_control |
Id | awscc.route53recoverycontrol.routing_control |
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
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