@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:51.585Z") @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(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.
|
getDefaultUsername, getEngineFamily, getEngineType, getEngineVersion, getParameterGroupFamily@Stability(value=Stable) @NotNull SecretRotationApplication getMultiUserRotationApplication()
@Stability(value=Stable) @NotNull SecretRotationApplication getSingleUserRotationApplication()
@Stability(value=Stable) @NotNull InstanceEngineConfig bindToInstance(@NotNull Construct scope, @NotNull InstanceEngineBindOptions options)
scope - This parameter is required.options - This parameter is required.Copyright © 2021. All rights reserved.