Spot Fleet Launch Template Config
data class SpotFleetLaunchTemplateConfig(val launchTemplateSpecification: SpotFleetFleetLaunchTemplateSpecification? = null, val overrides: List<SpotFleetLaunchTemplateOverrides>? = null)
Constructors
Link copied to clipboard
constructor(launchTemplateSpecification: SpotFleetFleetLaunchTemplateSpecification? = null, overrides: List<SpotFleetLaunchTemplateOverrides>? = 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.