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

Description

 
Synopsis

Documentation

data FastLaunchSnapshotConfiguration Source #

Configuration settings for creating and managing pre-provisioned snapshots for a fast-launch enabled Windows AMI.

See: newFastLaunchSnapshotConfiguration smart constructor.

Constructors

FastLaunchSnapshotConfiguration' 

Fields

Instances

Instances details
FromJSON FastLaunchSnapshotConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.FastLaunchSnapshotConfiguration

ToJSON FastLaunchSnapshotConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.FastLaunchSnapshotConfiguration

Generic FastLaunchSnapshotConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.FastLaunchSnapshotConfiguration

Associated Types

type Rep FastLaunchSnapshotConfiguration :: Type -> Type #

Read FastLaunchSnapshotConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.FastLaunchSnapshotConfiguration

Show FastLaunchSnapshotConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.FastLaunchSnapshotConfiguration

NFData FastLaunchSnapshotConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.FastLaunchSnapshotConfiguration

Eq FastLaunchSnapshotConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.FastLaunchSnapshotConfiguration

Hashable FastLaunchSnapshotConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.FastLaunchSnapshotConfiguration

type Rep FastLaunchSnapshotConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.FastLaunchSnapshotConfiguration

type Rep FastLaunchSnapshotConfiguration = D1 ('MetaData "FastLaunchSnapshotConfiguration" "Amazonka.ImageBuilder.Types.FastLaunchSnapshotConfiguration" "amazonka-imagebuilder-2.0-BBLLjX59RW72O8VbQ3vKvH" 'False) (C1 ('MetaCons "FastLaunchSnapshotConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "targetResourceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newFastLaunchSnapshotConfiguration :: FastLaunchSnapshotConfiguration Source #

Create a value of FastLaunchSnapshotConfiguration 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:targetResourceCount:FastLaunchSnapshotConfiguration', fastLaunchSnapshotConfiguration_targetResourceCount - The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.

fastLaunchSnapshotConfiguration_targetResourceCount :: Lens' FastLaunchSnapshotConfiguration (Maybe Natural) Source #

The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.