Values.ScalingConfigurationSourceSpecifies the boundaries of the compute node group auto scaling.
type nonrec t = {minInstanceCount : ScalingConfigurationMinInstanceCountInteger.t option;The lower bound of the number of instances allowed in the compute fleet.
*)maxInstanceCount : ScalingConfigurationMaxInstanceCountInteger.t option;The upper bound of the number of instances allowed in the compute fleet.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of ScalingConfigurationMinInstanceCountInteger.t ])
list ]