envs

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

Parameters

value

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


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


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

Parameters

values

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