connectionProperties

@JvmName(name = "qfkcfkrnhmvjohcs")
suspend fun connectionProperties(value: Output<Map<String, String>>)
@JvmName(name = "ycuqnogkqjyiyvmg")
suspend fun connectionProperties(value: Map<String, String>?)

Parameters

value

A map of key-value pairs used as parameters for this connection.


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

Parameters

values

A map of key-value pairs used as parameters for this connection.