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
fun LaunchTemplateMemoryGiBPerVCpu(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.

Link copied to clipboard
val min: Double? = null

TThe minimum amount of memory per vCPU, in GiB.