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