libZSservicesZSamazonka-eksZSamazonka-eks
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.EKS.Types.AutoScalingGroup

Description

 
Synopsis

Documentation

data AutoScalingGroup Source #

An Auto Scaling group that is associated with an Amazon EKS managed node group.

See: newAutoScalingGroup smart constructor.

Constructors

AutoScalingGroup' 

Fields

  • name :: Maybe Text

    The name of the Auto Scaling group associated with an Amazon EKS managed node group.

Instances

Instances details
Eq AutoScalingGroup Source # 
Instance details

Defined in Amazonka.EKS.Types.AutoScalingGroup

Read AutoScalingGroup Source # 
Instance details

Defined in Amazonka.EKS.Types.AutoScalingGroup

Show AutoScalingGroup Source # 
Instance details

Defined in Amazonka.EKS.Types.AutoScalingGroup

Generic AutoScalingGroup Source # 
Instance details

Defined in Amazonka.EKS.Types.AutoScalingGroup

Associated Types

type Rep AutoScalingGroup :: Type -> Type #

NFData AutoScalingGroup Source # 
Instance details

Defined in Amazonka.EKS.Types.AutoScalingGroup

Methods

rnf :: AutoScalingGroup -> () #

Hashable AutoScalingGroup Source # 
Instance details

Defined in Amazonka.EKS.Types.AutoScalingGroup

FromJSON AutoScalingGroup Source # 
Instance details

Defined in Amazonka.EKS.Types.AutoScalingGroup

type Rep AutoScalingGroup Source # 
Instance details

Defined in Amazonka.EKS.Types.AutoScalingGroup

type Rep AutoScalingGroup = D1 ('MetaData "AutoScalingGroup" "Amazonka.EKS.Types.AutoScalingGroup" "libZSservicesZSamazonka-eksZSamazonka-eks" 'False) (C1 ('MetaCons "AutoScalingGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAutoScalingGroup :: AutoScalingGroup Source #

Create a value of AutoScalingGroup 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:name:AutoScalingGroup', autoScalingGroup_name - The name of the Auto Scaling group associated with an Amazon EKS managed node group.

autoScalingGroup_name :: Lens' AutoScalingGroup (Maybe Text) Source #

The name of the Auto Scaling group associated with an Amazon EKS managed node group.