Class: Aws::Imagebuilder::Types::FastLaunchConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb

Overview

Define and configure faster launching for output Windows AMIs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

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

Returns:

  • (String)


2507
2508
2509
2510
2511
2512
2513
2514
2515
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2507

class FastLaunchConfiguration < Struct.new(
  :enabled,
  :snapshot_configuration,
  :max_parallel_launches,
  :launch_template,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

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.

Returns:

  • (Boolean)


2507
2508
2509
2510
2511
2512
2513
2514
2515
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2507

class FastLaunchConfiguration < Struct.new(
  :enabled,
  :snapshot_configuration,
  :max_parallel_launches,
  :launch_template,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#launch_templateTypes::FastLaunchLaunchTemplateSpecification

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



2507
2508
2509
2510
2511
2512
2513
2514
2515
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2507

class FastLaunchConfiguration < Struct.new(
  :enabled,
  :snapshot_configuration,
  :max_parallel_launches,
  :launch_template,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#max_parallel_launchesInteger

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

Returns:

  • (Integer)


2507
2508
2509
2510
2511
2512
2513
2514
2515
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2507

class FastLaunchConfiguration < Struct.new(
  :enabled,
  :snapshot_configuration,
  :max_parallel_launches,
  :launch_template,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_configurationTypes::FastLaunchSnapshotConfiguration

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



2507
2508
2509
2510
2511
2512
2513
2514
2515
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2507

class FastLaunchConfiguration < Struct.new(
  :enabled,
  :snapshot_configuration,
  :max_parallel_launches,
  :launch_template,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end