Ec2FleetAcceleratorTotalMemoryMiBRequestArgs

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

Constructors

constructor(max: Output<Int>? = null, min: Output<Int>? = null)

Properties

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

The maximum amount of accelerator memory, in MiB. To specify no maximum limit, omit this parameter.

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

The minimum amount of accelerator memory, in MiB. To specify no minimum limit, omit this parameter.

Functions

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