Stream Backfill All Postgresql Excluded Objects Postgresql Schema Args
data class StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaArgs(val postgresqlTables: Output<List<StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaPostgresqlTableArgs>>? = null, val schema: Output<String>) : ConvertibleToJava<StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaArgs>
Constructors
Link copied to clipboard
constructor(postgresqlTables: Output<List<StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaPostgresqlTableArgs>>? = null, schema: Output<String>)
Properties
Link copied to clipboard
val postgresqlTables: Output<List<StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemaPostgresqlTableArgs>>? = null
Tables in the schema. Structure is documented below.