route53recoverycluster_update_routing_control_state: Set the state of the routing control to reroute traffic

View source: R/route53recoverycluster_operations.R

route53recoverycluster_update_routing_control_stateR Documentation

Set the state of the routing control to reroute traffic

Description

Set the state of the routing control to reroute traffic. You can set the value to be 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.

Usage

route53recoverycluster_update_routing_control_state(
  RoutingControlArn,
  RoutingControlState,
  SafetyRulesToOverride = NULL
)

Arguments

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 be 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.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.