Values.FairshareCapacityUsageSourceThe capacity usage for a fairshare scheduling job queue.
type nonrec t = {capacityUnit : String_.t option;The unit of measure for the capacity usage. For compute jobs, this is VCPU for Amazon EC2 and cpu for Amazon EKS. For service jobs, this is the instance type.
*)quantity : Double.t option;The quantity of capacity being used, measured in the units specified by capacityUnit.
*)}