Project Build Batch Config Args
data class ProjectBuildBatchConfigArgs(val combineArtifacts: Output<Boolean>? = null, val restrictions: Output<ProjectBuildBatchConfigRestrictionsArgs>? = null, val serviceRole: Output<String>, val timeoutInMins: Output<Int>? = null) : ConvertibleToJava<ProjectBuildBatchConfigArgs>
Constructors
Link copied to clipboard
fun ProjectBuildBatchConfigArgs(combineArtifacts: Output<Boolean>? = null, restrictions: Output<ProjectBuildBatchConfigRestrictionsArgs>? = null, serviceRole: Output<String>, timeoutInMins: Output<Int>? = null)