Mapper Table Schema Args
    data class MapperTableSchemaArgs(val dataType: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<MapperTableSchemaArgs> 
Schema of a CDC table in terms of column names and their corresponding data types.