environment

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

Parameters

value

The environment variables to set in the Docker container. Each key and value in the Environment string-to-string map can have length of up to 1024. We support up to 16 entries in the map.


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

Parameters

values

The environment variables to set in the Docker container. Each key and value in the Environment string-to-string map can have length of up to 1024. We support up to 16 entries in the map.