StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseArgs

data class StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseArgs(val database: Output<String>, val mysqlTables: Output<List<StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseMysqlTableArgs>>? = null) : ConvertibleToJava<StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseArgs>

Constructors

Properties

Link copied to clipboard
val database: Output<String>

Database name.

Link copied to clipboard

Tables in the database. Structure is documented below.

Functions

Link copied to clipboard
open override fun toJava(): StreamSourceConfigMysqlSourceConfigExcludeObjectsMysqlDatabaseArgs