Worker Pool Args
data class WorkerPoolArgs(val name: Output<String>? = null, val project: Output<String>? = null, val regions: Output<List<WorkerPoolRegionsItem>>? = null, val workerConfig: Output<WorkerConfigArgs>? = null, val workerCount: Output<String>? = null) : ConvertibleToJava<WorkerPoolArgs>
Creates a WorkerPool
to run the builds, and returns the new worker pool.
Constructors
Link copied to clipboard
fun WorkerPoolArgs(name: Output<String>? = null, project: Output<String>? = null, regions: Output<List<WorkerPoolRegionsItem>>? = null, workerConfig: Output<WorkerConfigArgs>? = null, workerCount: Output<String>? = null)