environmentVariables

@JvmName(name = "vqvrjavehgwmuted")
suspend fun environmentVariables(value: Output<Map<String, String>>)
@JvmName(name = "effclhwqgkgjoayl")
suspend fun environmentVariables(value: Map<String, String>?)

Parameters

value

Environment variable key-value pairs.


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

Parameters

values

Environment variable key-value pairs.