Interface AuroraClusterEngineProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AuroraClusterEngineProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:12.426Z")
@Stability(Deprecated)
@Deprecated
public interface AuroraClusterEngineProps
extends software.amazon.jsii.JsiiSerializable
Deprecated.
(deprecated) Creation properties of the plain Aurora database cluster engine.
Used in DatabaseClusterEngine.aurora.
Example:
Vpc vpc;
DatabaseClusterFromSnapshot.Builder.create(this, "Database")
.engine(DatabaseClusterEngine.aurora(AuroraClusterEngineProps.builder().version(AuroraEngineVersion.VER_1_22_2).build()))
.writer(ClusterInstance.provisioned("writer"))
.vpc(vpc)
.snapshotIdentifier("mySnapshot")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classDeprecated.static final classDeprecated. -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getVersion
Deprecated.(deprecated) The version of the Aurora cluster engine. -
builder
Deprecated.- Returns:
- a
AuroraClusterEngineProps.BuilderofAuroraClusterEngineProps
-
AuroraMysqlClusterEnginePropsinstead