AutoScalingGroupAcceleratorTotalMemoryMiBRequestArgs

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

`AcceleratorTotalMemoryMiBRequest` is a property of the `InstanceRequirements` property of the AWS::AutoScaling::AutoScalingGroup LaunchTemplateOverrides property type that describes the minimum and maximum total memory size for the accelerators for an instance type, in MiB.

Constructors

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

Properties

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

The memory maximum in MiB.

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

The memory minimum in MiB.

Functions

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