LaunchTemplateVCpuCount

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

The minimum and maximum number of vCPUs.

Constructors

Link copied to clipboard
fun LaunchTemplateVCpuCount(max: Int? = null, min: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val max: Int? = null

The maximum number of vCPUs.

Link copied to clipboard
val min: Int? = null

The minimum number of vCPUs.