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
Documentation
data ForwardActionConfig Source #
Information about a forward action.
See: newForwardActionConfig
smart constructor.
ForwardActionConfig' | |
|
Instances
newForwardActionConfig :: ForwardActionConfig Source #
Create a value of ForwardActionConfig
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:targetGroups:ForwardActionConfig'
, forwardActionConfig_targetGroups
- One or more target groups. For Network Load Balancers, you can specify a
single target group.
$sel:targetGroupStickinessConfig:ForwardActionConfig'
, forwardActionConfig_targetGroupStickinessConfig
- The target group stickiness for the rule.
forwardActionConfig_targetGroups :: Lens' ForwardActionConfig (Maybe [TargetGroupTuple]) Source #
One or more target groups. For Network Load Balancers, you can specify a single target group.
forwardActionConfig_targetGroupStickinessConfig :: Lens' ForwardActionConfig (Maybe TargetGroupStickinessConfig) Source #
The target group stickiness for the rule.