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

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



33055
33056
33057
33058
33059
33060
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33055

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.



33055
33056
33057
33058
33059
33060
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33055

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