Get routing control state
The following is an example of a request to get a routing control state, and the response.
For more information, see GetRoutingControlState in the Recovery Control Configuration API Reference Guide for Amazon Route 53 Application Recovery Controller.
aws route53-recovery-cluster get-routing-control-state \ --routing-control-arn arn:aws:route53-recovery-control::888888888888:controlpanel/zzz123yyy456xxx789zzz123yyy456xxx/routingcontrol/abcdefg1234567 \ --region us-west-2 \ --endpoint-url https://host-dddddd.us-west-2.example.com/v1
{ "RoutingControlArn": "arn:aws:route53-recovery-control::888888888888:controlpanel/zzz123yyy456xxx789zzz123yyy456xxx/routingcontrol/abcdefg1234567", "RoutingControlState": "On" }