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