workerZone

@JvmName(name = "qidqwhysgnflwsuu")
suspend fun workerZone(value: Output<String>)
@JvmName(name = "jswvriumnbvmymec")
suspend fun workerZone(value: String?)

Parameters

value

The Compute Engine zone (https://cloud.google.com/compute/docs/regions-zones/regions-zones) in which worker processing should occur, e.g. "us-west1-a". Mutually exclusive with workerRegion. If neither workerRegion nor workerZone is specified, a zone in the control plane's region is chosen based on available capacity. If both workerZone and zone are set, workerZone takes precedence.