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
fun StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseArgs(database: Output<String>, mysqlTables: Output<List<StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableArgs>>? = null)
Functions
Properties
Link copied to clipboard
val mysqlTables: Output<List<StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableArgs>>? = null