ProjectBuildBatchConfigRestrictionsArgs

data class ProjectBuildBatchConfigRestrictionsArgs(val computeTypesAlloweds: Output<List<String>>? = null, val maximumBuildsAllowed: Output<Int>? = null) : ConvertibleToJava<ProjectBuildBatchConfigRestrictionsArgs>

Constructors

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

Properties

Link copied to clipboard
val computeTypesAlloweds: Output<List<String>>? = null

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
val maximumBuildsAllowed: Output<Int>? = null

Specifies the maximum number of builds allowed.

Functions

Link copied to clipboard
open override fun toJava(): ProjectBuildBatchConfigRestrictionsArgs