Interface AuroraClusterEngineProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AuroraClusterEngineProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2025-01-15T21:09:25.774Z")
@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
Modifier and TypeInterfaceDescriptionstatic final class
Deprecated.static final class
Deprecated. -
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.Builder
ofAuroraClusterEngineProps
-
AuroraMysqlClusterEngineProps
instead