mysql Tables
suspend fun mysqlTables(value: Output<List<StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTableArgs>>)
suspend fun mysqlTables(value: List<StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTableArgs>?)
Parameters
value
Tables in the database. Structure is documented below.
suspend fun mysqlTables(vararg values: Output<StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTableArgs>)
suspend fun mysqlTables(values: List<Output<StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTableArgs>>)
suspend fun mysqlTables(vararg values: StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTableArgs)
Parameters
values
Tables in the database. Structure is documented below.
suspend fun mysqlTables(argument: List<suspend StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTableArgsBuilder.() -> Unit>)
suspend fun mysqlTables(vararg argument: suspend StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTableArgsBuilder.() -> Unit)
suspend fun mysqlTables(argument: suspend StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTableArgsBuilder.() -> Unit)
Parameters
argument
Tables in the database. Structure is documented below.