Project Build Batch Config Restrictions
data class ProjectBuildBatchConfigRestrictions(val computeTypesAlloweds: List<String>? = null, val maximumBuildsAllowed: Int? = null)
Constructors
Link copied to clipboard
fun ProjectBuildBatchConfigRestrictions(computeTypesAlloweds: List<String>? = null, maximumBuildsAllowed: Int? = null)
Types
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