AWS::CodeBuild::Project BatchRestrictions
指定批量构建的限制。
语法
要在 AWS CloudFormation 模板中声明此实体,请使用以下语法:
JSON
{ "ComputeTypesAllowed" :
[ String, ... ]
, "MaximumBuildsAllowed" :Integer
}
YAML
ComputeTypesAllowed:
- String
MaximumBuildsAllowed:Integer
属性
ComputeTypesAllowed
-
指定批量构建允许的计算类型的字符串数组。请参阅 AWS CodeBuild 用户指南 中的构建环境计算类型以了解这些值。
必需:否
类型:字符串列表
Update requires: No interruption
MaximumBuildsAllowed
-
指定允许的最大构建数。
必需:否
类型:整数
Update requires: No interruption