env

@JvmName(name = "elivmsqghhsnexla")
suspend fun env(value: Output<Map<String, String>>)
@JvmName(name = "nytpbgyojosxcdhf")
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 = "cxlghfdbnfdfylpr")
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".