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

Description

 
Synopsis

Documentation

data FastLaunchConfiguration Source #

Define and configure faster launching for output Windows AMIs.

See: newFastLaunchConfiguration smart constructor.

Constructors

FastLaunchConfiguration' 

Fields

Instances

Instances details
FromJSON FastLaunchConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.FastLaunchConfiguration

ToJSON FastLaunchConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.FastLaunchConfiguration

Generic FastLaunchConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.FastLaunchConfiguration

Associated Types

type Rep FastLaunchConfiguration :: Type -> Type #

Read FastLaunchConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.FastLaunchConfiguration

Show FastLaunchConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.FastLaunchConfiguration

NFData FastLaunchConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.FastLaunchConfiguration

Methods

rnf :: FastLaunchConfiguration -> () #

Eq FastLaunchConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.FastLaunchConfiguration

Hashable FastLaunchConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.FastLaunchConfiguration

type Rep FastLaunchConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.FastLaunchConfiguration

type Rep FastLaunchConfiguration = D1 ('MetaData "FastLaunchConfiguration" "Amazonka.ImageBuilder.Types.FastLaunchConfiguration" "amazonka-imagebuilder-2.0-BBLLjX59RW72O8VbQ3vKvH" 'False) (C1 ('MetaCons "FastLaunchConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "launchTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FastLaunchLaunchTemplateSpecification))) :*: (S1 ('MetaSel ('Just "maxParallelLaunches") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "snapshotConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FastLaunchSnapshotConfiguration)) :*: S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool)))))

newFastLaunchConfiguration Source #

Create a value of FastLaunchConfiguration 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:accountId:FastLaunchConfiguration', fastLaunchConfiguration_accountId - The owner account ID for the fast-launch enabled Windows AMI.

$sel:launchTemplate:FastLaunchConfiguration', fastLaunchConfiguration_launchTemplate - The launch template that the fast-launch enabled Windows AMI uses when it launches Windows instances to create pre-provisioned snapshots.

$sel:maxParallelLaunches:FastLaunchConfiguration', fastLaunchConfiguration_maxParallelLaunches - The maximum number of parallel instances that are launched for creating resources.

$sel:snapshotConfiguration:FastLaunchConfiguration', fastLaunchConfiguration_snapshotConfiguration - Configuration settings for managing the number of snapshots that are created from pre-provisioned instances for the Windows AMI when faster launching is enabled.

$sel:enabled:FastLaunchConfiguration', fastLaunchConfiguration_enabled - A Boolean that represents the current state of faster launching for the Windows AMI. Set to true to start using Windows faster launching, or false to stop using it.

fastLaunchConfiguration_accountId :: Lens' FastLaunchConfiguration (Maybe Text) Source #

The owner account ID for the fast-launch enabled Windows AMI.

fastLaunchConfiguration_launchTemplate :: Lens' FastLaunchConfiguration (Maybe FastLaunchLaunchTemplateSpecification) Source #

The launch template that the fast-launch enabled Windows AMI uses when it launches Windows instances to create pre-provisioned snapshots.

fastLaunchConfiguration_maxParallelLaunches :: Lens' FastLaunchConfiguration (Maybe Natural) Source #

The maximum number of parallel instances that are launched for creating resources.

fastLaunchConfiguration_snapshotConfiguration :: Lens' FastLaunchConfiguration (Maybe FastLaunchSnapshotConfiguration) Source #

Configuration settings for managing the number of snapshots that are created from pre-provisioned instances for the Windows AMI when faster launching is enabled.

fastLaunchConfiguration_enabled :: Lens' FastLaunchConfiguration Bool Source #

A Boolean that represents the current state of faster launching for the Windows AMI. Set to true to start using Windows faster launching, or false to stop using it.