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.116.0 (build 0eddcff)",
date="2025-10-29T11:15:47.070Z")
@Stability(Stable)
public interface IInstanceEngine
extends software.amazon.jsii.JsiiSerializable, IEngine
Interface representing a database instance (as opposed to cluster) engine.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIInstanceEngine.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionbindToInstance(software.constructs.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 BooleanWhether this engine supports automatic backups of a read replica instance.Methods inherited from interface software.amazon.awscdk.services.rds.IEngine
getDefaultUsername, getEngineFamily, getEngineType, getEngineVersion, getParameterGroupFamilyMethods 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 software.constructs.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.
-