StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTableArgs

data class StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTableArgs(val mysqlColumns: Output<List<StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTableMysqlColumnArgs>>? = null, val table: Output<String>) : ConvertibleToJava<StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTableArgs>

Constructors

Properties

Link copied to clipboard

MySQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything. Structure is documented below.

Link copied to clipboard
val table: Output<String>

Table name.

Functions

Link copied to clipboard
open override fun toJava(): StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTableArgs