libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling
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.AutoScaling.Types.TagDescription

Description

 
Synopsis

Documentation

data TagDescription Source #

Describes a tag for an Auto Scaling group.

See: newTagDescription smart constructor.

Constructors

TagDescription' 

Fields

Instances

Instances details
Eq TagDescription Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.TagDescription

Read TagDescription Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.TagDescription

Show TagDescription Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.TagDescription

Generic TagDescription Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.TagDescription

Associated Types

type Rep TagDescription :: Type -> Type #

NFData TagDescription Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.TagDescription

Methods

rnf :: TagDescription -> () #

Hashable TagDescription Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.TagDescription

FromXML TagDescription Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.TagDescription

type Rep TagDescription Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.TagDescription

type Rep TagDescription = D1 ('MetaData "TagDescription" "Amazonka.AutoScaling.Types.TagDescription" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "TagDescription'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "propagateAtLaunch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newTagDescription Source #

Create a value of TagDescription 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:resourceId:TagDescription', tagDescription_resourceId - The name of the group.

$sel:resourceType:TagDescription', tagDescription_resourceType - The type of resource. The only supported value is auto-scaling-group.

$sel:key:TagDescription', tagDescription_key - The tag key.

$sel:propagateAtLaunch:TagDescription', tagDescription_propagateAtLaunch - Determines whether the tag is added to new instances as they are launched in the group.

$sel:value:TagDescription', tagDescription_value - The tag value.

tagDescription_resourceType :: Lens' TagDescription Text Source #

The type of resource. The only supported value is auto-scaling-group.

tagDescription_propagateAtLaunch :: Lens' TagDescription Bool Source #

Determines whether the tag is added to new instances as they are launched in the group.