ProjectBuildBatchConfig

data class ProjectBuildBatchConfig(val combineArtifacts: Boolean? = null, val restrictions: ProjectBuildBatchConfigRestrictions? = null, val serviceRole: String, val timeoutInMins: Int? = null)

Constructors

Link copied to clipboard
constructor(combineArtifacts: Boolean? = null, restrictions: ProjectBuildBatchConfigRestrictions? = null, serviceRole: String, timeoutInMins: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies if the build artifacts for the batch build should be combined into a single artifact location.

Link copied to clipboard

Configuration block specifying the restrictions for the batch build. Detailed below.

Link copied to clipboard

Specifies the service role ARN for the batch build project.

Link copied to clipboard
val timeoutInMins: Int? = null

Specifies the maximum amount of time, in minutes, that the batch build must be completed in.