/dhall-aws-cloudformation/cloudformation/AWS::CodeBuild::Project/BatchRestrictions.dhall

Copy path to clipboard

Source

{ Type =
{ ComputeTypesAllowed : Optional (List (./../../Fn.dhall).CfnText)
, MaximumBuildsAllowed : Optional Integer
}
, default =
{ ComputeTypesAllowed = None (List (./../../Fn.dhall).CfnText)
, MaximumBuildsAllowed = None Integer
}
}