BatchRestrictions

Specifies restrictions for the batch build.

Types

Link copied to clipboard
class Builder
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

An array of strings that specify the fleets that are allowed for the batch build. See Run builds on reserved capacity fleets in the CodeBuild User Guide for more information.

Link copied to clipboard

Specifies the maximum number of builds allowed.

Functions

Link copied to clipboard
inline fun copy(block: BatchRestrictions.Builder.() -> Unit = {}): BatchRestrictions
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String