Describe Routing Control
route53recoverycontrolconfig_describe_routing_control | R Documentation |
Displays details about a routing control¶
Description¶
Displays details about a routing control. A routing control has one of two states: ON and OFF. You can map the routing control state to the state of an Amazon Route 53 health check, which can be used to control routing.
To get or update the routing control state, see the Recovery Cluster (data plane) API actions for Amazon Route 53 Application Recovery Controller.
Usage¶
Arguments¶
RoutingControlArn
[required] The Amazon Resource Name (ARN) of the routing control.
Value¶
A list with the following syntax:
list(
RoutingControl = list(
ControlPanelArn = "string",
Name = "string",
RoutingControlArn = "string",
Status = "PENDING"|"DEPLOYED"|"PENDING_DELETION",
Owner = "string"
)
)