Class: Aws::Imagebuilder::Types::FastLaunchSnapshotConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::FastLaunchSnapshotConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Configuration settings for creating and managing pre-provisioned snapshots for a fast-launch enabled Windows AMI.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#target_resource_count ⇒ Integer
The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.
Instance Attribute Details
#target_resource_count ⇒ Integer
The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.
2570 2571 2572 2573 2574 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2570 class FastLaunchSnapshotConfiguration < Struct.new( :target_resource_count) SENSITIVE = [] include Aws::Structure end |