keyValuePairs

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

Parameters

value

The key value pairs dictionary in the config map.


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

Parameters

values

The key value pairs dictionary in the config map.