Stream Backfill All Mysql Excluded Objects Mysql Database Mysql Table Args
data class StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTableArgs(val mysqlColumns: Output<List<StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTableMysqlColumnArgs>>? = null, val table: Output<String>) : ConvertibleToJava<StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTableArgs>
Constructors
Link copied to clipboard
constructor(mysqlColumns: Output<List<StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTableMysqlColumnArgs>>? = null, table: Output<String>)
Properties
Link copied to clipboard
val mysqlColumns: Output<List<StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTableMysqlColumnArgs>>? = null
MySQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything. Structure is documented below.