StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseArgs

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

Constructors

constructor(database: Output<String>, mysqlTables: Output<List<StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTableArgs>>? = null)

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(): StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseArgs