Spot Fleet Launch Template Config Args
data class SpotFleetLaunchTemplateConfigArgs(val launchTemplateSpecification: Output<SpotFleetFleetLaunchTemplateSpecificationArgs>? = null, val overrides: Output<List<SpotFleetLaunchTemplateOverridesArgs>>? = null) : ConvertibleToJava<SpotFleetLaunchTemplateConfigArgs>
Constructors
Link copied to clipboard
constructor(launchTemplateSpecification: Output<SpotFleetFleetLaunchTemplateSpecificationArgs>? = null, overrides: Output<List<SpotFleetLaunchTemplateOverridesArgs>>? = null)
Properties
Link copied to clipboard
The launch template to use. Make sure that the launch template does not contain the NetworkInterfaceId
parameter because you can't specify a network interface ID in a Spot Fleet.
Link copied to clipboard
Any parameters that you specify override the same parameters in the launch template.