Values.QueueSnapshotCapacityUsageSourceThe configured capacity usage for a job queue snapshot, including the unit of measure and quantity of resources being used.
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 in the queue snapshot, measured in the units specified by capacityUnit.
*)}