Values.CreateConsumableResourceRequestSourceCreates an Batch consumable resource.
type nonrec t = {consumableResourceName : String_.t;The name of the consumable resource. Must be unique.
*)totalQuantity : Long.t option;The total amount of the consumable resource that is available. Must be non-negative.
*)resourceType : String_.t option;Indicates whether the resource is available to be re-used after a job completes. Can be one of: REPLENISHABLE (default) NON_REPLENISHABLE
*)}