Class NodeGroupScalingConfigArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Eks.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class NodeGroupScalingConfigArgs : ResourceArgs
Constructors
View SourceNodeGroupScalingConfigArgs()
Declaration
public NodeGroupScalingConfigArgs()
Properties
View SourceDesiredSize
Desired number of worker nodes.
Declaration
public Input<int> DesiredSize { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
MaxSize
Maximum number of worker nodes.
Declaration
public Input<int> MaxSize { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
MinSize
Minimum number of worker nodes.
Declaration
public Input<int> MinSize { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |