amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.Types.TargetGroup

Description

 
Synopsis

Documentation

data TargetGroup Source #

Describes a load balancer target group.

See: newTargetGroup smart constructor.

Constructors

TargetGroup' 

Fields

  • arn :: Maybe Text

    The Amazon Resource Name (ARN) of the target group.

Instances

Instances details
ToQuery TargetGroup Source # 
Instance details

Defined in Amazonka.EC2.Types.TargetGroup

FromXML TargetGroup Source # 
Instance details

Defined in Amazonka.EC2.Types.TargetGroup

Generic TargetGroup Source # 
Instance details

Defined in Amazonka.EC2.Types.TargetGroup

Associated Types

type Rep TargetGroup :: Type -> Type #

Read TargetGroup Source # 
Instance details

Defined in Amazonka.EC2.Types.TargetGroup

Show TargetGroup Source # 
Instance details

Defined in Amazonka.EC2.Types.TargetGroup

NFData TargetGroup Source # 
Instance details

Defined in Amazonka.EC2.Types.TargetGroup

Methods

rnf :: TargetGroup -> () #

Eq TargetGroup Source # 
Instance details

Defined in Amazonka.EC2.Types.TargetGroup

Hashable TargetGroup Source # 
Instance details

Defined in Amazonka.EC2.Types.TargetGroup

type Rep TargetGroup Source # 
Instance details

Defined in Amazonka.EC2.Types.TargetGroup

type Rep TargetGroup = D1 ('MetaData "TargetGroup" "Amazonka.EC2.Types.TargetGroup" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "TargetGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTargetGroup :: TargetGroup Source #

Create a value of TargetGroup 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:arn:TargetGroup', targetGroup_arn - The Amazon Resource Name (ARN) of the target group.

targetGroup_arn :: Lens' TargetGroup (Maybe Text) Source #

The Amazon Resource Name (ARN) of the target group.