LaunchTemplateMemoryGiBPerVCpu

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

The minimum and maximum amount of memory per vCPU, 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 maximum amount of memory per vCPU, in GiB. To specify no maximum limit, omit this parameter.

Link copied to clipboard
val min: Double? = null

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