@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:12.483Z") @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(Construct scope,
ClusterEngineBindOptions options)
(experimental) Method called when the engine is used to create a new cluster.
|
default Boolean |
getCombineImportAndExportRoles()
(experimental) Whether the IAM Roles used for data importing and exporting need to be combined for this Engine, or can they be kept separate.
|
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) @Nullable default Boolean getCombineImportAndExportRoles()
Default: false
@Stability(value=Experimental) @NotNull ClusterEngineConfig bindToCluster(@NotNull Construct scope, @NotNull ClusterEngineBindOptions options)
scope - This parameter is required.options - This parameter is required.Copyright © 2022. All rights reserved.