connectionProperties

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

Parameters

value

Map of key-value pairs used as parameters for this connection. For more information, see the AWS Documentation. Note: Some connection types require the SparkProperties property with a JSON document that contains the actual connection properties. For specific examples, refer to Example Usage.


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

Parameters

values

Map of key-value pairs used as parameters for this connection. For more information, see the AWS Documentation. Note: Some connection types require the SparkProperties property with a JSON document that contains the actual connection properties. For specific examples, refer to Example Usage.