Mapper Table Args
data class MapperTableArgs(val dslConnectorProperties: Output<List<MapperDslConnectorPropertiesArgs>>? = null, val name: Output<String>? = null, val schema: Output<List<MapperTableSchemaArgs>>? = null) : ConvertibleToJava<MapperTableArgs>
CDC table details.
Constructors
Link copied to clipboard
constructor(dslConnectorProperties: Output<List<MapperDslConnectorPropertiesArgs>>? = null, name: Output<String>? = null, schema: Output<List<MapperTableSchemaArgs>>? = null)