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

Description

 
Synopsis

Documentation

data LaunchTemplateTagSpecification Source #

The tags specification for the launch template.

See: newLaunchTemplateTagSpecification smart constructor.

Constructors

LaunchTemplateTagSpecification' 

Fields

Instances

Instances details
FromXML LaunchTemplateTagSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateTagSpecification

Generic LaunchTemplateTagSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateTagSpecification

Associated Types

type Rep LaunchTemplateTagSpecification :: Type -> Type #

Read LaunchTemplateTagSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateTagSpecification

Show LaunchTemplateTagSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateTagSpecification

NFData LaunchTemplateTagSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateTagSpecification

Eq LaunchTemplateTagSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateTagSpecification

Hashable LaunchTemplateTagSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateTagSpecification

type Rep LaunchTemplateTagSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateTagSpecification

type Rep LaunchTemplateTagSpecification = D1 ('MetaData "LaunchTemplateTagSpecification" "Amazonka.EC2.Types.LaunchTemplateTagSpecification" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "LaunchTemplateTagSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceType)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))))

newLaunchTemplateTagSpecification :: LaunchTemplateTagSpecification Source #

Create a value of LaunchTemplateTagSpecification 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:resourceType:LaunchTemplateTagSpecification', launchTemplateTagSpecification_resourceType - The type of resource to tag.

$sel:tags:LaunchTemplateTagSpecification', launchTemplateTagSpecification_tags - The tags for the resource.