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.TargetGroupsConfig

Description

 
Synopsis

Documentation

data TargetGroupsConfig Source #

Describes the target groups to attach to a Spot Fleet. Spot Fleet registers the running Spot Instances with these target groups.

See: newTargetGroupsConfig smart constructor.

Constructors

TargetGroupsConfig' 

Fields

Instances

Instances details
ToQuery TargetGroupsConfig Source # 
Instance details

Defined in Amazonka.EC2.Types.TargetGroupsConfig

FromXML TargetGroupsConfig Source # 
Instance details

Defined in Amazonka.EC2.Types.TargetGroupsConfig

Generic TargetGroupsConfig Source # 
Instance details

Defined in Amazonka.EC2.Types.TargetGroupsConfig

Associated Types

type Rep TargetGroupsConfig :: Type -> Type #

Read TargetGroupsConfig Source # 
Instance details

Defined in Amazonka.EC2.Types.TargetGroupsConfig

Show TargetGroupsConfig Source # 
Instance details

Defined in Amazonka.EC2.Types.TargetGroupsConfig

NFData TargetGroupsConfig Source # 
Instance details

Defined in Amazonka.EC2.Types.TargetGroupsConfig

Methods

rnf :: TargetGroupsConfig -> () #

Eq TargetGroupsConfig Source # 
Instance details

Defined in Amazonka.EC2.Types.TargetGroupsConfig

Hashable TargetGroupsConfig Source # 
Instance details

Defined in Amazonka.EC2.Types.TargetGroupsConfig

type Rep TargetGroupsConfig Source # 
Instance details

Defined in Amazonka.EC2.Types.TargetGroupsConfig

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

newTargetGroupsConfig :: TargetGroupsConfig Source #

Create a value of TargetGroupsConfig 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:TargetGroupsConfig', targetGroupsConfig_targetGroups - One or more target groups.