Values.CreateQuotaShareRequestSourceCreates an Batch quota share. Each quota share operates as a virtual queue with a configured compute capacity, resource sharing strategy, and borrow limits.
type nonrec t = {jobQueue : String_.t;The Batch job queue associated with the quota share. This can be the job queue name or ARN. A job queue must be in the VALID state before you can associate it with a quota share.
*)capacityLimits : QuotaShareCapacityLimits.t;A list that specifies the quantity and type of compute capacity allocated to the quota share.
*)resourceSharingConfiguration : QuotaShareResourceSharingConfiguration.t;Specifies whether a quota share reserves, lends, or both lends and borrows idle compute capacity.
*)preemptionConfiguration : QuotaSharePreemptionConfiguration.t;Specifies the preemption behavior for jobs in a quota share.
*)state : QuotaShareState.t option;The state of the quota share. If the quota share is ENABLED, it is able to accept jobs. If the quota share is DISABLED, new jobs won't be accepted but jobs already submitted can finish. The default state is ENABLED.
*)}val make :
?state:??? ->
?tags:??? ->
quotaShareName:String_.t ->
jobQueue:String_.t ->
capacityLimits:QuotaShareCapacityLimits.t ->
resourceSharingConfiguration:QuotaShareResourceSharingConfiguration.t ->
preemptionConfiguration:QuotaSharePreemptionConfiguration.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `Integer of Integer.t | `String of String_.t ])
list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of String_.t
| `Structure of
(string * [> `Enum of string | `Integer of Integer.t ]) list ])
list ]