Stream Source Config Mysql Source Config Exclude Objects Mysql Database Args
data class StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseArgs(val database: Output<String>, val mysqlTables: Output<List<StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableArgs>>? = null) : ConvertibleToJava<StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseArgs>
Constructors
Link copied to clipboard
constructor(database: Output<String>, mysqlTables: Output<List<StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableArgs>>? = null)
Properties
Link copied to clipboard
val mysqlTables: Output<List<StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableArgs>>? = null
Tables in the database. Structure is documented below.