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