Interface IInstanceEngine
- All Superinterfaces:
IEngine
,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IInstanceEngine.Jsii$Default
- All Known Implementing Classes:
IInstanceEngine.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:49.200Z")
@Stability(Stable)
public interface IInstanceEngine
extends software.amazon.jsii.JsiiSerializable, IEngine
Interface representing a database instance (as opposed to cluster) engine.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIInstanceEngine
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionbindToInstance
(Construct scope, InstanceEngineBindOptions options) Method called when the engine is used to create a new instance.The application used by this engine to perform rotation for a multi-user scenario.The application used by this engine to perform rotation for a single-user scenario.default Boolean
Whether this engine supports automatic backups of a read replica instance.Methods inherited from interface software.amazon.awscdk.services.rds.IEngine
getDefaultUsername, getEngineFamily, getEngineType, getEngineVersion, getParameterGroupFamily
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMultiUserRotationApplication
The application used by this engine to perform rotation for a multi-user scenario. -
getSingleUserRotationApplication
The application used by this engine to perform rotation for a single-user scenario. -
getSupportsReadReplicaBackups
Whether this engine supports automatic backups of a read replica instance.Default: false
-
bindToInstance
@Stability(Stable) @NotNull InstanceEngineConfig bindToInstance(@NotNull Construct scope, @NotNull InstanceEngineBindOptions options) Method called when the engine is used to create a new instance.- Parameters:
scope
- This parameter is required.options
- This parameter is required.
-