Interface DatastreamStreamSourceConfigPostgresqlSourceConfigExcludeObjects
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DatastreamStreamSourceConfigPostgresqlSourceConfigExcludeObjects.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.890Z") @Stability(Stable) public interface DatastreamStreamSourceConfigPostgresqlSourceConfigExcludeObjects extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDatastreamStreamSourceConfigPostgresqlSourceConfigExcludeObjects.Builderstatic classDatastreamStreamSourceConfigPostgresqlSourceConfigExcludeObjects.Jsii$ProxyAn implementation forDatastreamStreamSourceConfigPostgresqlSourceConfigExcludeObjects
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DatastreamStreamSourceConfigPostgresqlSourceConfigExcludeObjects.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 DatastreamStreamSourceConfigPostgresqlSourceConfigExcludeObjects.Builder builder()
-
-