envs

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

Parameters

value

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


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


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

Parameters

values

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