StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseArgs

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

Constructors

Functions

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

Properties

Link copied to clipboard
val database: Output<String>

Database name.

Link copied to clipboard

Tables in the database. Structure is documented below.