@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.351Z") @Stability(value=Stable) public interface AuroraPostgresEngineFeatures 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.*;
AuroraPostgresEngineFeatures auroraPostgresEngineFeatures = AuroraPostgresEngineFeatures.builder()
.s3Export(false)
.s3Import(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
AuroraPostgresEngineFeatures.Builder
A builder for
AuroraPostgresEngineFeatures |
static class |
AuroraPostgresEngineFeatures.Jsii$Proxy
An implementation for
AuroraPostgresEngineFeatures |
| Modifier and Type | Method and Description |
|---|---|
static AuroraPostgresEngineFeatures.Builder |
builder() |
default Boolean |
getS3Export()
Whether this version of the Aurora Postgres cluster engine supports the S3 data export feature.
|
default Boolean |
getS3Import()
Whether this version of the Aurora Postgres cluster engine supports the S3 data import feature.
|
@Stability(value=Stable) @Nullable default Boolean getS3Export()
Default: false
@Stability(value=Stable) @Nullable default Boolean getS3Import()
Default: false
@Stability(value=Stable) static AuroraPostgresEngineFeatures.Builder builder()
Copyright © 2022. All rights reserved.