Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data TrafficRoute = TrafficRoute' {
- listenerArns :: Maybe [Text]
- newTrafficRoute :: TrafficRoute
- trafficRoute_listenerArns :: Lens' TrafficRoute (Maybe [Text])
Documentation
data TrafficRoute Source #
Information about a listener. The listener contains the path used to route traffic that is received from the load balancer to a target group.
See: newTrafficRoute
smart constructor.
TrafficRoute' | |
|
Instances
newTrafficRoute :: TrafficRoute Source #
Create a value of TrafficRoute
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:listenerArns:TrafficRoute'
, trafficRoute_listenerArns
- The Amazon Resource Name (ARN) of one listener. The listener identifies
the route between a target group and a load balancer. This is an array
of strings with a maximum size of one.
trafficRoute_listenerArns :: Lens' TrafficRoute (Maybe [Text]) Source #
The Amazon Resource Name (ARN) of one listener. The listener identifies the route between a target group and a load balancer. This is an array of strings with a maximum size of one.