Ec2FleetOnDemandOptionsRequestArgs

data class Ec2FleetOnDemandOptionsRequestArgs(val allocationStrategy: Output<String>? = null, val capacityReservationOptions: Output<Ec2FleetCapacityReservationOptionsRequestArgs>? = null, val maxTotalPrice: Output<String>? = null, val minTargetCapacity: Output<Int>? = null, val singleAvailabilityZone: Output<Boolean>? = null, val singleInstanceType: Output<Boolean>? = null) : ConvertibleToJava<Ec2FleetOnDemandOptionsRequestArgs>

Constructors

Link copied to clipboard
fun Ec2FleetOnDemandOptionsRequestArgs(allocationStrategy: Output<String>? = null, capacityReservationOptions: Output<Ec2FleetCapacityReservationOptionsRequestArgs>? = null, maxTotalPrice: Output<String>? = null, minTargetCapacity: Output<Int>? = null, singleAvailabilityZone: Output<Boolean>? = null, singleInstanceType: Output<Boolean>? = null)

Functions

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

Properties

Link copied to clipboard
val allocationStrategy: Output<String>? = null
Link copied to clipboard
val maxTotalPrice: Output<String>? = null
Link copied to clipboard
val minTargetCapacity: Output<Int>? = null
Link copied to clipboard
val singleAvailabilityZone: Output<Boolean>? = null
Link copied to clipboard
val singleInstanceType: Output<Boolean>? = null