Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data RoutingControl = RoutingControl' {}
- newRoutingControl :: RoutingControl
- routingControl_controlPanelArn :: Lens' RoutingControl (Maybe Text)
- routingControl_controlPanelName :: Lens' RoutingControl (Maybe Text)
- routingControl_routingControlArn :: Lens' RoutingControl (Maybe Text)
- routingControl_routingControlName :: Lens' RoutingControl (Maybe Text)
- routingControl_routingControlState :: Lens' RoutingControl (Maybe RoutingControlState)
Documentation
data RoutingControl Source #
A routing control, which is a simple on/off switch that you can use to route traffic to cells. When a routing control state is On, traffic flows to a cell. When the state is Off, traffic does not flow.
See: newRoutingControl
smart constructor.
RoutingControl' | |
|
Instances
newRoutingControl :: RoutingControl Source #
Create a value of RoutingControl
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:controlPanelArn:RoutingControl'
, routingControl_controlPanelArn
- The Amazon Resource Name (ARN) of the control panel where the routing
control is located.
$sel:controlPanelName:RoutingControl'
, routingControl_controlPanelName
- The name of the control panel where the routing control is located.
$sel:routingControlArn:RoutingControl'
, routingControl_routingControlArn
- The Amazon Resource Name (ARN) of the routing control.
$sel:routingControlName:RoutingControl'
, routingControl_routingControlName
- The name of the routing control.
$sel:routingControlState:RoutingControl'
, routingControl_routingControlState
- 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.
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_routingControlName :: Lens' RoutingControl (Maybe Text) Source #
The name 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.