launch Template Specification
suspend fun launchTemplateSpecification(value: Output<SpotFleetFleetLaunchTemplateSpecificationArgs>)
Parameters
value
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.
suspend fun launchTemplateSpecification(argument: suspend SpotFleetFleetLaunchTemplateSpecificationArgsBuilder.() -> Unit)
Parameters
argument
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.