| 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 |
Amazonka.ELBV2.Types.ForwardActionConfig
Description
Synopsis
Documentation
data ForwardActionConfig Source #
Information about a forward action.
See: newForwardActionConfig smart constructor.
Constructors
| ForwardActionConfig' | |
Fields
| |
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:targetGroupStickinessConfig:ForwardActionConfig', forwardActionConfig_targetGroupStickinessConfig - The target group stickiness for the rule.
$sel:targetGroups:ForwardActionConfig', forwardActionConfig_targetGroups - The 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.
forwardActionConfig_targetGroups :: Lens' ForwardActionConfig (Maybe [TargetGroupTuple]) Source #
The target groups. For Network Load Balancers, you can specify a single target group.