Values.VCpuCountRequestSourceSpecifies the minimum and maximum for the VCpuCount object when you specify InstanceRequirements for an Auto Scaling group.
type nonrec t = {min : NullablePositiveInteger.t;The minimum number of vCPUs.
*)max : NullablePositiveInteger.t option;The maximum number of vCPUs.
*)}val to_value :
t ->
[> `Structure of (string * [> `Integer of NullablePositiveInteger.t ]) list ]