/dhall-aws-cloudformation/cloudformation/AWS::EKS::Nodegroup/ScalingConfig.dhall

Copy path to clipboard

Source

{ Type =
{ DesiredSize : Optional Integer
, MaxSize : Optional Integer
, MinSize : Optional Integer
}
, default =
{ DesiredSize = None Integer, MaxSize = None Integer, MinSize = None Integer }
}