BatchRestrictionsResponse

data class BatchRestrictionsResponse(val computeTypesAllowed: List<String>? = null, val maximumBuildsAllowed: Int? = null)

Definition of BatchRestrictions

Constructors

Link copied to clipboard
constructor(computeTypesAllowed: List<String>? = null, maximumBuildsAllowed: Int? = null)

Types

Link copied to clipboard
object Companion

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 CodeBuild User Guide for these values.

Link copied to clipboard

Specifies the maximum number of builds allowed.