Class: Aws::EC2::Types::FleetLaunchTemplateConfigRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes a launch template and overrides.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#launch_template_specificationTypes::FleetLaunchTemplateSpecificationRequest

The launch template to use. You must specify either the launch template ID or launch template name in the request.



33138
33139
33140
33141
33142
33143
# File 'lib/aws-sdk-ec2/types.rb', line 33138

class FleetLaunchTemplateConfigRequest < Struct.new(
  :launch_template_specification,
  :overrides)
  SENSITIVE = []
  include Aws::Structure
end

#overridesArray<Types::FleetLaunchTemplateOverridesRequest>

Any parameters that you specify override the same parameters in the launch template.

For fleets of type ‘request` and `maintain`, a maximum of 300 items is allowed across all launch templates.



33138
33139
33140
33141
33142
33143
# File 'lib/aws-sdk-ec2/types.rb', line 33138

class FleetLaunchTemplateConfigRequest < Struct.new(
  :launch_template_specification,
  :overrides)
  SENSITIVE = []
  include Aws::Structure
end