environment

@JvmName(name = "fbobsmqktibngiby")
suspend fun environment(value: Output<Map<String, String>>)
@JvmName(name = "bvbsokvdlcffainh")
suspend fun environment(value: Map<String, String>?)

Parameters

value

Sets the environment variables in the container that the monitoring job runs. A list of key value pairs.


@JvmName(name = "tvdinmyxddlshptj")
fun environment(vararg values: Pair<String, String>)

Parameters

values

Sets the environment variables in the container that the monitoring job runs. A list of key value pairs.