postgresql Excluded Objects
suspend fun postgresqlExcludedObjects(value: Output<StreamBackfillAllPostgresqlExcludedObjectsArgs>)
Parameters
value
PostgreSQL data source objects to avoid backfilling. Structure is documented below.
suspend fun postgresqlExcludedObjects(argument: suspend StreamBackfillAllPostgresqlExcludedObjectsArgsBuilder.() -> Unit)
Parameters
argument
PostgreSQL data source objects to avoid backfilling. Structure is documented below.