envs

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

Parameters

value

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


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


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

Parameters

values

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