envs

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

Parameters

value

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


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


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

Parameters

values

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