Values.QuotaShareCapacityLimitSourceDefines the capacity limit for a quota share, or the type and maximum quantity of a particular resource that can be allocated to jobs in the quota share without borrowing.
type nonrec t = {maxCapacity : Integer.t;The maximum capacity available for the quota share. This value represents the maximum quantity of a resource that can be allocated to jobs in the quota share without borrowing.
*)capacityUnit : String_.t;The unit of compute capacity for the capacityLimit. For example, ml.m5.large.
*)}