values

@JvmName(name = "gpmrmrpdafojoxje")
suspend fun values(value: Output<Map<String, String>>)
@JvmName(name = "clkjfpfnjiaibdfi")
suspend fun values(value: Map<String, String>?)

Parameters

value

List of key value pairs where key represents a valid service configuration name and value represents the value of the config.


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

Parameters

values

List of key value pairs where key represents a valid service configuration name and value represents the value of the config.