envs

@JvmName(name = "hjutcvvmaaaiuosa")
suspend fun envs(value: Output<List<String>>)
@JvmName(name = "nupwtorbtyjidmbt")
suspend fun envs(value: List<String>?)

Parameters

value

The environment variables in the form of KEY=VALUE, e.g. DEBUG=0


@JvmName(name = "ppywfnbkxqvvhtuy")
suspend fun envs(vararg values: Output<String>)


@JvmName(name = "ujlpslbbnflttcjm")
suspend fun envs(values: List<Output<String>>)
@JvmName(name = "lnawanveyayxwwrp")
suspend fun envs(vararg values: String)

Parameters

values

The environment variables in the form of KEY=VALUE, e.g. DEBUG=0