Interface PostgresEngineFeatures

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
PostgresEngineFeatures.Jsii$Proxy

@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-04-10T22:22:34.147Z") @Stability(Stable) public interface PostgresEngineFeatures extends software.amazon.jsii.JsiiSerializable
Features supported by the Postgres database engine.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.rds.*;
 PostgresEngineFeatures postgresEngineFeatures = PostgresEngineFeatures.builder()
         .s3Export(false)
         .s3Import(false)
         .build();
 
  • Method Details

    • getS3Export

      @Stability(Stable) @Nullable default Boolean getS3Export()
      Whether this version of the Postgres engine supports the S3 data export feature.

      Default: false

    • getS3Import

      @Stability(Stable) @Nullable default Boolean getS3Import()
      Whether this version of the Postgres engine supports the S3 data import feature.

      Default: false

    • builder

      @Stability(Stable) static PostgresEngineFeatures.Builder builder()
      Returns:
      a PostgresEngineFeatures.Builder of PostgresEngineFeatures