envs

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

Parameters

value

Environment variables to set in the form of KEY=VALUE, e.g. DEBUG=0


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


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

Parameters

values

Environment variables to set in the form of KEY=VALUE, e.g. DEBUG=0