pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.ec2.kotlin.outputs
/
LaunchTemplateVCpuCount
Launch
Template
VCpu
Count
data
class
LaunchTemplateVCpuCount
(
val
max
:
Int
?
=
null
,
val
min
:
Int
?
=
null
)
The minimum and maximum number of vCPUs.
Types
Constructors
Properties
Constructors
Launch
Template
VCpu
Count
Link copied to clipboard
fun
LaunchTemplateVCpuCount
(
max
:
Int
?
=
null
,
min
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
max
Link copied to clipboard
val
max
:
Int
?
=
null
The maximum number of vCPUs.
min
Link copied to clipboard
val
min
:
Int
?
=
null
The minimum number of vCPUs.