@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.491Z") @Stability(value=Stable) public interface IInstanceEngine extends software.amazon.jsii.JsiiSerializable, IEngine
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IInstanceEngine.Jsii$Default
Internal default implementation for
IInstanceEngine. |
static class |
IInstanceEngine.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceEngineConfig |
bindToInstance(software.constructs.Construct scope,
InstanceEngineBindOptions options)
Method called when the engine is used to create a new instance.
|
SecretRotationApplication |
getMultiUserRotationApplication()
The application used by this engine to perform rotation for a multi-user scenario.
|
SecretRotationApplication |
getSingleUserRotationApplication()
The application used by this engine to perform rotation for a single-user scenario.
|
default Boolean |
getSupportsReadReplicaBackups()
Whether this engine supports automatic backups of a read replica instance.
|
getDefaultUsername, getEngineFamily, getEngineType, getEngineVersion, getParameterGroupFamily@Stability(value=Stable) @NotNull SecretRotationApplication getMultiUserRotationApplication()
@Stability(value=Stable) @NotNull SecretRotationApplication getSingleUserRotationApplication()
@Stability(value=Stable) @Nullable default Boolean getSupportsReadReplicaBackups()
Default: false
@Stability(value=Stable) @NotNull InstanceEngineConfig bindToInstance(@NotNull software.constructs.Construct scope, @NotNull InstanceEngineBindOptions options)
scope - This parameter is required.options - This parameter is required.Copyright © 2022. All rights reserved.