envs

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

Parameters

value

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


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


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

Parameters

values

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