StreamBackfillAllSqlServerExcludedObjectsSchemaArgs

data class StreamBackfillAllSqlServerExcludedObjectsSchemaArgs(val schema: Output<String>, val tables: Output<List<StreamBackfillAllSqlServerExcludedObjectsSchemaTableArgs>>? = null) : ConvertibleToJava<StreamBackfillAllSqlServerExcludedObjectsSchemaArgs>

Constructors

constructor(schema: Output<String>, tables: Output<List<StreamBackfillAllSqlServerExcludedObjectsSchemaTableArgs>>? = null)

Properties

Link copied to clipboard
val schema: Output<String>

Schema name.

Link copied to clipboard

Tables in the database. Structure is documented below.

Functions

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