amazonka-route53-recovery-cluster-2.0: Amazon Route53 Recovery Cluster SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Route53RecoveryCluster.Lens

Description

 
Synopsis

Operations

GetRoutingControlState

getRoutingControlState_routingControlArn :: Lens' GetRoutingControlState Text Source #

The Amazon Resource Name (ARN) for the routing control that you want to get the state for.

ListRoutingControls

listRoutingControls_controlPanelArn :: Lens' ListRoutingControls (Maybe Text) Source #

The Amazon Resource Name (ARN) of the control panel of the routing controls to list.

listRoutingControls_maxResults :: Lens' ListRoutingControls (Maybe Natural) Source #

The number of routing controls objects that you want to return with this call. The default value is 500.

listRoutingControls_nextToken :: Lens' ListRoutingControls (Maybe Text) Source #

The token for the next set of results. You receive this token from a previous call.

listRoutingControlsResponse_nextToken :: Lens' ListRoutingControlsResponse (Maybe Text) Source #

The token for the next set of results. You receive this token from a previous call.

UpdateRoutingControlState

updateRoutingControlState_safetyRulesToOverride :: Lens' UpdateRoutingControlState (Maybe [Text]) Source #

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.

updateRoutingControlState_routingControlArn :: Lens' UpdateRoutingControlState Text Source #

The Amazon Resource Name (ARN) for the routing control that you want to update the state for.

updateRoutingControlState_routingControlState :: Lens' UpdateRoutingControlState RoutingControlState Source #

The state of the routing control. You can set the value to be On or Off.

UpdateRoutingControlStates

updateRoutingControlStates_safetyRulesToOverride :: Lens' UpdateRoutingControlStates (Maybe [Text]) Source #

The Amazon Resource Names (ARNs) for the safety rules that you want to override when you're updating routing control states. 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.

Types

RoutingControl

routingControl_controlPanelArn :: Lens' RoutingControl (Maybe Text) Source #

The Amazon Resource Name (ARN) of the control panel where the routing control is located.

routingControl_controlPanelName :: Lens' RoutingControl (Maybe Text) Source #

The name of the control panel where the routing control is located.

routingControl_routingControlArn :: Lens' RoutingControl (Maybe Text) Source #

The Amazon Resource Name (ARN) of the routing control.

routingControl_routingControlState :: Lens' RoutingControl (Maybe RoutingControlState) Source #

The current state of the routing control. When a routing control state is On, traffic flows to a cell. When the state is Off, traffic does not flow.

UpdateRoutingControlStateEntry

updateRoutingControlStateEntry_routingControlArn :: Lens' UpdateRoutingControlStateEntry Text Source #

The Amazon Resource Name (ARN) for a routing control state entry.

updateRoutingControlStateEntry_routingControlState :: Lens' UpdateRoutingControlStateEntry RoutingControlState Source #

The routing control state in a set of routing control state entries.