InstanceFleetLaunchSpecificationsOnDemandSpecificationArgs

data class InstanceFleetLaunchSpecificationsOnDemandSpecificationArgs(val allocationStrategy: Output<String>) : ConvertibleToJava<InstanceFleetLaunchSpecificationsOnDemandSpecificationArgs>

Constructors

constructor(allocationStrategy: Output<String>)

Properties

Link copied to clipboard

Specifies the strategy to use in launching Spot instance fleets. Currently, the only option is capacity-optimized (the default), which launches instances from Spot instance pools with optimal capacity for the number of instances that are launching.

Functions

Link copied to clipboard
open override fun toJava(): InstanceFleetLaunchSpecificationsOnDemandSpecificationArgs