Stream Backfill All Sql Server Excluded Objects Schema Args
data class StreamBackfillAllSqlServerExcludedObjectsSchemaArgs(val schema: Output<String>, val tables: Output<List<StreamBackfillAllSqlServerExcludedObjectsSchemaTableArgs>>? = null) : ConvertibleToJava<StreamBackfillAllSqlServerExcludedObjectsSchemaArgs>
Constructors
Link copied to clipboard
constructor(schema: Output<String>, tables: Output<List<StreamBackfillAllSqlServerExcludedObjectsSchemaTableArgs>>? = null)