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