Spot Fleet Request Launch Template Config Override Args
data class SpotFleetRequestLaunchTemplateConfigOverrideArgs(val availabilityZone: Output<String>? = null, val instanceRequirements: Output<SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsArgs>? = null, val instanceType: Output<String>? = null, val priority: Output<Double>? = null, val spotPrice: Output<String>? = null, val subnetId: Output<String>? = null, val weightedCapacity: Output<Double>? = null) : ConvertibleToJava<SpotFleetRequestLaunchTemplateConfigOverrideArgs>
Constructors
Link copied to clipboard
constructor(availabilityZone: Output<String>? = null, instanceRequirements: Output<SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsArgs>? = null, instanceType: Output<String>? = null, priority: Output<Double>? = null, spotPrice: Output<String>? = null, subnetId: Output<String>? = null, weightedCapacity: Output<Double>? = null)
Properties
Link copied to clipboard
The availability zone in which to place the request.
Link copied to clipboard
val instanceRequirements: Output<SpotFleetRequestLaunchTemplateConfigOverrideInstanceRequirementsArgs>? = null
The instance requirements. See below.
Link copied to clipboard
The type of instance to request.
Link copied to clipboard
The capacity added to the fleet by a fulfilled request.