Interface IInstanceEngine.Jsii$Default
- All Superinterfaces:
IEngine,IEngine.Jsii$Default,IInstanceEngine,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IInstanceEngine.Jsii$Proxy
- Enclosing interface:
IInstanceEngine
@Internal
public static interface IInstanceEngine.Jsii$Default
extends IInstanceEngine, IEngine.Jsii$Default
Internal default implementation for
IInstanceEngine.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.rds.IEngine
IEngine.Jsii$Default, IEngine.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.rds.IInstanceEngine
IInstanceEngine.Jsii$Default, IInstanceEngine.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault InstanceEngineConfigbindToInstance(software.constructs.Construct scope, InstanceEngineBindOptions options) Method called when the engine is used to create a new instance.default SecretRotationApplicationThe application used by this engine to perform rotation for a multi-user scenario.default SecretRotationApplicationThe 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.Jsii$Default
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.- Specified by:
getMultiUserRotationApplicationin interfaceIInstanceEngine
-
getSingleUserRotationApplication
The application used by this engine to perform rotation for a single-user scenario.- Specified by:
getSingleUserRotationApplicationin interfaceIInstanceEngine
-
getSupportsReadReplicaBackups
Whether this engine supports automatic backups of a read replica instance.Default: false
- Specified by:
getSupportsReadReplicaBackupsin interfaceIInstanceEngine
-
bindToInstance
@Stability(Stable) @NotNull default InstanceEngineConfig bindToInstance(@NotNull software.constructs.Construct scope, @NotNull InstanceEngineBindOptions options) Method called when the engine is used to create a new instance.- Specified by:
bindToInstancein interfaceIInstanceEngine- Parameters:
scope- This parameter is required.options- This parameter is required.
-