AutoScalingGroupMemoryGiBPerVCpuRequest

data class AutoScalingGroupMemoryGiBPerVCpuRequest(val max: Double? = null, val min: Double? = null)

`MemoryGiBPerVCpuRequest` is a property of the `InstanceRequirements` property of the AWS::AutoScaling::AutoScalingGroup LaunchTemplateOverrides property type that describes the minimum and maximum amount of memory per vCPU for an instance type, in GiB.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val max: Double? = null

The memory maximum in GiB.

Link copied to clipboard
val min: Double? = null

The memory minimum in GiB.