env

@JvmName(name = "brqhymrdggeuflvb")
suspend fun env(value: Output<Map<String, String>>)
@JvmName(name = "ldeajxnihctrftwd")
suspend fun env(value: Map<String, String>?)

Parameters

value

Environment variables passed to the container. The elements are of the form "KEY=VALUE" for the environment variable "KEY" being given the value "VALUE".


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

Parameters

values

Environment variables passed to the container. The elements are of the form "KEY=VALUE" for the environment variable "KEY" being given the value "VALUE".