Mapper Dsl Connector Properties Args
data class MapperDslConnectorPropertiesArgs(val name: Output<String>? = null, val value: Output<Any>? = null) : ConvertibleToJava<MapperDslConnectorPropertiesArgs>
Connector properties of a CDC table in terms of name / value pairs.