Interface DatastreamStreamBackfillAllPostgresqlExcludedObjects
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DatastreamStreamBackfillAllPostgresqlExcludedObjects.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.861Z") @Stability(Stable) public interface DatastreamStreamBackfillAllPostgresqlExcludedObjects extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDatastreamStreamBackfillAllPostgresqlExcludedObjects.BuilderA builder forDatastreamStreamBackfillAllPostgresqlExcludedObjectsstatic classDatastreamStreamBackfillAllPostgresqlExcludedObjects.Jsii$ProxyAn implementation forDatastreamStreamBackfillAllPostgresqlExcludedObjects
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DatastreamStreamBackfillAllPostgresqlExcludedObjects.Builderbuilder()ObjectgetPostgresqlSchemas()postgresql_schemas block.
-
-
-
Method Detail
-
getPostgresqlSchemas
@Stability(Stable) @NotNull Object getPostgresqlSchemas()
postgresql_schemas block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#postgresql_schemas DatastreamStream#postgresql_schemas}
-
builder
@Stability(Stable) static DatastreamStreamBackfillAllPostgresqlExcludedObjects.Builder builder()
-
-