View source: R/route53recoverycluster_operations.R
route53recoverycluster_update_routing_control_state | R Documentation |
Set the state of the routing control to reroute traffic. You can set the value to ON or OFF. When the state is ON, traffic flows to a cell. When the state is OFF, traffic does not flow.
See https://www.paws-r-sdk.com/docs/route53recoverycluster_update_routing_control_state/ for full documentation.
route53recoverycluster_update_routing_control_state(
RoutingControlArn,
RoutingControlState,
SafetyRulesToOverride = NULL
)
RoutingControlArn |
[required] The Amazon Resource Name (ARN) for the routing control that you want to update the state for. |
RoutingControlState |
[required] The state of the routing control. You can set the value to ON or OFF. |
SafetyRulesToOverride |
The Amazon Resource Names (ARNs) for the safety rules that you want to override when you're updating the state of a routing control. You can override one safety rule or multiple safety rules by including one or more ARNs, separated by commas. For more information, see Override safety rules to reroute traffic in the Amazon Route 53 Application Recovery Controller Developer Guide. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.