@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:32.018Z") @Stability(value=Experimental) public interface IClusterEngine extends software.amazon.jsii.JsiiSerializable, IEngine
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IClusterEngine.Jsii$Default
Internal default implementation for
IClusterEngine. |
static class |
IClusterEngine.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterEngineConfig |
bindToCluster(software.constructs.Construct scope,
ClusterEngineBindOptions options)
(experimental) Method called when the engine is used to create a new cluster.
|
SecretRotationApplication |
getMultiUserRotationApplication()
(experimental) The application used by this engine to perform rotation for a multi-user scenario.
|
SecretRotationApplication |
getSingleUserRotationApplication()
(experimental) The application used by this engine to perform rotation for a single-user scenario.
|
List<String> |
getSupportedLogTypes()
(experimental) The log types that are available with this engine type.
|
getDefaultUsername, getEngineFamily, getEngineType, getEngineVersion, getParameterGroupFamily@Stability(value=Experimental) @NotNull SecretRotationApplication getMultiUserRotationApplication()
@Stability(value=Experimental) @NotNull SecretRotationApplication getSingleUserRotationApplication()
@Stability(value=Experimental) @NotNull List<String> getSupportedLogTypes()
@Stability(value=Experimental) @NotNull ClusterEngineConfig bindToCluster(@NotNull software.constructs.Construct scope, @NotNull ClusterEngineBindOptions options)
scope - This parameter is required.options - This parameter is required.Copyright © 2021. All rights reserved.