@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.471Z") @Stability(value=Stable) 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)
Method called when the engine is used to create a new cluster.
|
default Boolean |
getCombineImportAndExportRoles()
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()
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.
|
List<String> |
getSupportedLogTypes()
The log types that are available with this engine type.
|
getDefaultUsername, getEngineFamily, getEngineType, getEngineVersion, getParameterGroupFamily@Stability(value=Stable) @NotNull SecretRotationApplication getMultiUserRotationApplication()
@Stability(value=Stable) @NotNull SecretRotationApplication getSingleUserRotationApplication()
@Stability(value=Stable) @NotNull List<String> getSupportedLogTypes()
@Stability(value=Stable) @Nullable default Boolean getCombineImportAndExportRoles()
Default: false
@Stability(value=Stable) @NotNull ClusterEngineConfig bindToCluster(@NotNull software.constructs.Construct scope, @NotNull ClusterEngineBindOptions options)
scope - This parameter is required.options - This parameter is required.Copyright © 2022. All rights reserved.