amazonka-imagebuilder-2.0: Amazon EC2 Image Builder 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.ImageBuilder.Types.FastLaunchLaunchTemplateSpecification

Description

 
Synopsis

Documentation

data FastLaunchLaunchTemplateSpecification Source #

Identifies the launch template that the associated Windows AMI uses for launching an instance when faster launching is enabled.

You can specify either the launchTemplateName or the launchTemplateId, but not both.

See: newFastLaunchLaunchTemplateSpecification smart constructor.

Constructors

FastLaunchLaunchTemplateSpecification' 

Fields

Instances

Instances details
FromJSON FastLaunchLaunchTemplateSpecification Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.FastLaunchLaunchTemplateSpecification

ToJSON FastLaunchLaunchTemplateSpecification Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.FastLaunchLaunchTemplateSpecification

Generic FastLaunchLaunchTemplateSpecification Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.FastLaunchLaunchTemplateSpecification

Read FastLaunchLaunchTemplateSpecification Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.FastLaunchLaunchTemplateSpecification

Show FastLaunchLaunchTemplateSpecification Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.FastLaunchLaunchTemplateSpecification

NFData FastLaunchLaunchTemplateSpecification Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.FastLaunchLaunchTemplateSpecification

Eq FastLaunchLaunchTemplateSpecification Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.FastLaunchLaunchTemplateSpecification

Hashable FastLaunchLaunchTemplateSpecification Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.FastLaunchLaunchTemplateSpecification

type Rep FastLaunchLaunchTemplateSpecification Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.FastLaunchLaunchTemplateSpecification

type Rep FastLaunchLaunchTemplateSpecification = D1 ('MetaData "FastLaunchLaunchTemplateSpecification" "Amazonka.ImageBuilder.Types.FastLaunchLaunchTemplateSpecification" "amazonka-imagebuilder-2.0-BBLLjX59RW72O8VbQ3vKvH" 'False) (C1 ('MetaCons "FastLaunchLaunchTemplateSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "launchTemplateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "launchTemplateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "launchTemplateVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newFastLaunchLaunchTemplateSpecification :: FastLaunchLaunchTemplateSpecification Source #

Create a value of FastLaunchLaunchTemplateSpecification 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:launchTemplateId:FastLaunchLaunchTemplateSpecification', fastLaunchLaunchTemplateSpecification_launchTemplateId - The ID of the launch template to use for faster launching for a Windows AMI.

$sel:launchTemplateName:FastLaunchLaunchTemplateSpecification', fastLaunchLaunchTemplateSpecification_launchTemplateName - The name of the launch template to use for faster launching for a Windows AMI.

$sel:launchTemplateVersion:FastLaunchLaunchTemplateSpecification', fastLaunchLaunchTemplateSpecification_launchTemplateVersion - The version of the launch template to use for faster launching for a Windows AMI.

fastLaunchLaunchTemplateSpecification_launchTemplateId :: Lens' FastLaunchLaunchTemplateSpecification (Maybe Text) Source #

The ID of the launch template to use for faster launching for a Windows AMI.

fastLaunchLaunchTemplateSpecification_launchTemplateName :: Lens' FastLaunchLaunchTemplateSpecification (Maybe Text) Source #

The name of the launch template to use for faster launching for a Windows AMI.

fastLaunchLaunchTemplateSpecification_launchTemplateVersion :: Lens' FastLaunchLaunchTemplateSpecification (Maybe Text) Source #

The version of the launch template to use for faster launching for a Windows AMI.