@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:13.540Z") @Stability(value=Experimental) public interface PostgresEngineFeatures extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
PostgresEngineFeatures.Builder
A builder for
PostgresEngineFeatures |
static class |
PostgresEngineFeatures.Jsii$Proxy
An implementation for
PostgresEngineFeatures |
| Modifier and Type | Method and Description |
|---|---|
static PostgresEngineFeatures.Builder |
builder() |
default Boolean |
getS3Export()
(experimental) Whether this version of the Postgres engine supports the S3 data export feature.
|
default Boolean |
getS3Import()
(experimental) Whether this version of the Postgres engine supports the S3 data import feature.
|
@Stability(value=Experimental) @Nullable default Boolean getS3Export()
Default: false
@Stability(value=Experimental) @Nullable default Boolean getS3Import()
Default: false
@Stability(value=Experimental) static PostgresEngineFeatures.Builder builder()
PostgresEngineFeatures.Builder of PostgresEngineFeaturesCopyright © 2022. All rights reserved.