userEnvVars

@JvmName(name = "gxuctunmtaixdceq")
suspend fun userEnvVars(value: Output<Map<String, String>>)
@JvmName(name = "fhmucoehsynutclw")
suspend fun userEnvVars(value: Map<String, String>?)

Parameters

value

User-defined environment variables associated with this workflow revision. This map has a maximum length of 20. Each string can take up to 4KiB. Keys cannot be empty strings and cannot start with "GOOGLE" or "WORKFLOWS".


@JvmName(name = "fdfftkxnlgkypjlw")
fun userEnvVars(vararg values: Pair<String, String>)

Parameters

values

User-defined environment variables associated with this workflow revision. This map has a maximum length of 20. Each string can take up to 4KiB. Keys cannot be empty strings and cannot start with "GOOGLE" or "WORKFLOWS".