environment

@JvmName(name = "wgyaxaplabytgbwp")
suspend fun environment(value: Output<Map<String, String>>)
@JvmName(name = "iwgwyvacswckcvtq")
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 = "deugcljdvwkcncyi")
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.