libZSservicesZSamazonka-elbv2ZSamazonka-elbv2
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ELBV2.Types.TargetGroupTuple

Description

 
Synopsis

Documentation

data TargetGroupTuple Source #

Information about how traffic will be distributed between multiple target groups in a forward rule.

See: newTargetGroupTuple smart constructor.

Constructors

TargetGroupTuple' 

Fields

Instances

Instances details
Eq TargetGroupTuple Source # 
Instance details

Defined in Amazonka.ELBV2.Types.TargetGroupTuple

Read TargetGroupTuple Source # 
Instance details

Defined in Amazonka.ELBV2.Types.TargetGroupTuple

Show TargetGroupTuple Source # 
Instance details

Defined in Amazonka.ELBV2.Types.TargetGroupTuple

Generic TargetGroupTuple Source # 
Instance details

Defined in Amazonka.ELBV2.Types.TargetGroupTuple

Associated Types

type Rep TargetGroupTuple :: Type -> Type #

NFData TargetGroupTuple Source # 
Instance details

Defined in Amazonka.ELBV2.Types.TargetGroupTuple

Methods

rnf :: TargetGroupTuple -> () #

Hashable TargetGroupTuple Source # 
Instance details

Defined in Amazonka.ELBV2.Types.TargetGroupTuple

ToQuery TargetGroupTuple Source # 
Instance details

Defined in Amazonka.ELBV2.Types.TargetGroupTuple

FromXML TargetGroupTuple Source # 
Instance details

Defined in Amazonka.ELBV2.Types.TargetGroupTuple

type Rep TargetGroupTuple Source # 
Instance details

Defined in Amazonka.ELBV2.Types.TargetGroupTuple

type Rep TargetGroupTuple = D1 ('MetaData "TargetGroupTuple" "Amazonka.ELBV2.Types.TargetGroupTuple" "libZSservicesZSamazonka-elbv2ZSamazonka-elbv2" 'False) (C1 ('MetaCons "TargetGroupTuple'" 'PrefixI 'True) (S1 ('MetaSel ('Just "weight") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "targetGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.