toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.eks.kotlin.inputs
/
NodeGroupScalingConfigArgs
Node
Group
Scaling
Config
Args
data
class
NodeGroupScalingConfigArgs
(
val
desiredSize
:
Output
<
Int
>
,
val
maxSize
:
Output
<
Int
>
,
val
minSize
:
Output
<
Int
>
)
:
ConvertibleToJava
<
NodeGroupScalingConfigArgs
>
Members
Constructors
Node
Group
Scaling
Config
Args
Link copied to clipboard
constructor
(
desiredSize
:
Output
<
Int
>
,
maxSize
:
Output
<
Int
>
,
minSize
:
Output
<
Int
>
)
Properties
desired
Size
Link copied to clipboard
val
desiredSize
:
Output
<
Int
>
Desired number of worker nodes.
max
Size
Link copied to clipboard
val
maxSize
:
Output
<
Int
>
Maximum number of worker nodes.
min
Size
Link copied to clipboard
val
minSize
:
Output
<
Int
>
Minimum number of worker nodes.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
NodeGroupScalingConfigArgs