envs

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

Parameters

value

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


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


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

Parameters

values

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