AutoScalingGroupAcceleratorTotalMemoryMiBRequest

data class AutoScalingGroupAcceleratorTotalMemoryMiBRequest(val max: Int? = null, val min: Int? = null)

`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: Int? = null, min: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val max: Int? = null

The memory maximum in MiB.

Link copied to clipboard
val min: Int? = null

The memory minimum in MiB.