environment

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

Parameters

value

A key-value map of the environment variables of the container.


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

Parameters

values

A key-value map of the environment variables of the container.