keyValuePairs

@JvmName(name = "mvvqklninpfmhaga")
suspend fun keyValuePairs(value: Output<Map<String, String>>)
@JvmName(name = "gfyynmgipepblwws")
suspend fun keyValuePairs(value: Map<String, String>?)

Parameters

value

The key value pairs dictionary in the config map.


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

Parameters

values

The key value pairs dictionary in the config map.