Class: Aws::Imagebuilder::Types::FastLaunchSnapshotConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-imagebuilder/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

Instance Attribute Details

#target_resource_countInteger

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

Returns:

  • (Integer)


2560
2561
2562
2563
2564
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2560

class FastLaunchSnapshotConfiguration < Struct.new(
  :target_resource_count)
  SENSITIVE = []
  include Aws::Structure
end