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 |
Documentation
data TargetGroupTuple Source #
Information about how traffic will be distributed between multiple target groups in a forward rule.
See: newTargetGroupTuple
smart constructor.
Instances
newTargetGroupTuple :: TargetGroupTuple Source #
Create a value of TargetGroupTuple
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:weight:TargetGroupTuple'
, targetGroupTuple_weight
- The weight. The range is 0 to 999.
$sel:targetGroupArn:TargetGroupTuple'
, targetGroupTuple_targetGroupArn
- The Amazon Resource Name (ARN) of the target group.
targetGroupTuple_weight :: Lens' TargetGroupTuple (Maybe Int) Source #
The weight. The range is 0 to 999.
targetGroupTuple_targetGroupArn :: Lens' TargetGroupTuple (Maybe Text) Source #
The Amazon Resource Name (ARN) of the target group.