@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.351Z") @Stability(value=Stable) public interface AuroraPostgresClusterEngineProps extends software.amazon.jsii.JsiiSerializable
Used in {@link DatabaseClusterEngine.auroraPostgres}.
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.*;
AuroraPostgresEngineVersion auroraPostgresEngineVersion;
AuroraPostgresClusterEngineProps auroraPostgresClusterEngineProps = AuroraPostgresClusterEngineProps.builder()
.version(auroraPostgresEngineVersion)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
AuroraPostgresClusterEngineProps.Builder
A builder for
AuroraPostgresClusterEngineProps |
static class |
AuroraPostgresClusterEngineProps.Jsii$Proxy
An implementation for
AuroraPostgresClusterEngineProps |
| Modifier and Type | Method and Description |
|---|---|
static AuroraPostgresClusterEngineProps.Builder |
builder() |
AuroraPostgresEngineVersion |
getVersion()
The version of the Aurora PostgreSQL cluster engine.
|
@Stability(value=Stable) @NotNull AuroraPostgresEngineVersion getVersion()
@Stability(value=Stable) static AuroraPostgresClusterEngineProps.Builder builder()
Copyright © 2022. All rights reserved.