Ec2FleetMemoryGiBPerVCpuRequestArgs

data class Ec2FleetMemoryGiBPerVCpuRequestArgs(val max: Output<Double>? = null, val min: Output<Double>? = null) : ConvertibleToJava<Ec2FleetMemoryGiBPerVCpuRequestArgs>

Constructors

Link copied to clipboard
constructor(max: Output<Double>? = null, min: Output<Double>? = null)

Properties

Link copied to clipboard
val max: Output<Double>? = null

The maximum amount of memory per vCPU, in GiB. To specify no maximum limit, omit this parameter.

Link copied to clipboard
val min: Output<Double>? = null

The minimum amount of memory per vCPU, in GiB. To specify no minimum limit, omit this parameter.

Functions

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