Show / Hide Table of Contents

Class NodeGroupScalingConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
NodeGroupScalingConfigArgs
Inherited Members
ResourceArgs.Empty
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 Source

NodeGroupScalingConfigArgs()

Declaration
public NodeGroupScalingConfigArgs()

Properties

View Source

DesiredSize

Desired number of worker nodes.

Declaration
public Input<int> DesiredSize { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

MaxSize

Maximum number of worker nodes.

Declaration
public Input<int> MaxSize { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

MinSize

Minimum number of worker nodes.

Declaration
public Input<int> MinSize { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.