Values.BatchRestrictionsSourceSpecifies restrictions for the batch build.
type nonrec t = {maximumBuildsAllowed : WrapperInt.t option;Specifies the maximum number of builds allowed.
*)computeTypesAllowed : ComputeTypesAllowed.t option;An array of strings that specify the compute types that are allowed for the batch build. See Build environment compute types in the CodeBuild User Guide for these values.
*)fleetsAllowed : FleetsAllowed.t option;An array of strings that specify the fleets that are allowed for the batch build. See Run builds on reserved capacity fleets in the CodeBuild User Guide for more information.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of WrapperInt.t
| `List of [> `String of NonEmptyString.t ] list ])
list ]