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