Values.VCpuCountRangeRequestSourceThe minimum and maximum number of vCPUs for instance type selection. This allows you to specify a range of vCPU counts that meet your workload requirements.
type nonrec t = {min : BoxedInteger.t;The minimum number of vCPUs. Instance types with fewer vCPUs than this value are excluded from selection.
*)max : BoxedInteger.t option;The maximum number of vCPUs. Instance types with more vCPUs than this value are excluded from selection.
*)}