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