Project Build Batch Config Restrictions Args
data class ProjectBuildBatchConfigRestrictionsArgs(val computeTypesAlloweds: Output<List<String>>? = null, val maximumBuildsAllowed: Output<Int>? = null) : ConvertibleToJava<ProjectBuildBatchConfigRestrictionsArgs>
Properties
Link copied to clipboard
An array of strings that specify the compute types that are allowed for the batch build. See Build environment compute types in the AWS CodeBuild User Guide for these values.
Link copied to clipboard
Specifies the maximum number of builds allowed.