@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.350Z") @Stability(value=Stable) public interface AuroraClusterEngineProps extends software.amazon.jsii.JsiiSerializable
Used in {@link DatabaseClusterEngine.aurora}.
Example:
Vpc vpc;
DatabaseClusterFromSnapshot.Builder.create(this, "Database")
.engine(DatabaseClusterEngine.aurora(AuroraClusterEngineProps.builder().version(AuroraEngineVersion.VER_1_22_2).build()))
.instanceProps(InstanceProps.builder()
.vpc(vpc)
.build())
.snapshotIdentifier("mySnapshot")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
AuroraClusterEngineProps.Builder
A builder for
AuroraClusterEngineProps |
static class |
AuroraClusterEngineProps.Jsii$Proxy
An implementation for
AuroraClusterEngineProps |
| Modifier and Type | Method and Description |
|---|---|
static AuroraClusterEngineProps.Builder |
builder() |
AuroraEngineVersion |
getVersion()
The version of the Aurora cluster engine.
|
@Stability(value=Stable) @NotNull AuroraEngineVersion getVersion()
@Stability(value=Stable) static AuroraClusterEngineProps.Builder builder()
AuroraClusterEngineProps.Builder of AuroraClusterEnginePropsCopyright © 2022. All rights reserved.