| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ImageBuilder.Types.FastLaunchSnapshotConfiguration
Description
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
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.