envs

@JvmName(name = "ajxdgresakcevhss")
suspend fun envs(value: Output<Map<String, String>>)
@JvmName(name = "ebtdrvsgiilykann")
suspend fun envs(value: Map<String, String>?)

Parameters

value

Deployment environment variables, the format must conform to the JSON object array, such as: {"name":"x","value":"y"},{"name":"x2","value":"y2"}, If you want to cancel the configuration, you need to set an empty JSON array "" to indicate no configuration.


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

Parameters

values

Deployment environment variables, the format must conform to the JSON object array, such as: {"name":"x","value":"y"},{"name":"x2","value":"y2"}, If you want to cancel the configuration, you need to set an empty JSON array "" to indicate no configuration.