mysql Columns
suspend fun mysqlColumns(value: Output<List<StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTableMysqlColumnArgs>>)
suspend fun mysqlColumns(value: List<StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTableMysqlColumnArgs>?)
Parameters
value
MySQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything. Structure is documented below.
suspend fun mysqlColumns(vararg values: Output<StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTableMysqlColumnArgs>)
suspend fun mysqlColumns(values: List<Output<StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTableMysqlColumnArgs>>)
suspend fun mysqlColumns(vararg values: StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTableMysqlColumnArgs)
Parameters
values
MySQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything. Structure is documented below.
suspend fun mysqlColumns(argument: List<suspend StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTableMysqlColumnArgsBuilder.() -> Unit>)
suspend fun mysqlColumns(vararg argument: suspend StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTableMysqlColumnArgsBuilder.() -> Unit)
suspend fun mysqlColumns(argument: suspend StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTableMysqlColumnArgsBuilder.() -> Unit)
Parameters
argument
MySQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything. Structure is documented below.