Interface IClusterEngine.Jsii$Default
- All Superinterfaces:
IClusterEngine,IEngine,IEngine.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IClusterEngine.Jsii$Proxy
- Enclosing interface:
IClusterEngine
@Internal
public static interface IClusterEngine.Jsii$Default
extends IClusterEngine, IEngine.Jsii$Default
Internal default implementation for
IClusterEngine.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.rds.IClusterEngine
IClusterEngine.Jsii$Default, IClusterEngine.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.rds.IEngine
IEngine.Jsii$Default, IEngine.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault ClusterEngineConfigbindToCluster(software.constructs.Construct scope, ClusterEngineBindOptions options) Method called when the engine is used to create a new cluster.default BooleanWhether the IAM Roles used for data importing and exporting need to be combined for this Engine, or can they be kept separate.default SecretRotationApplicationThe application used by this engine to perform rotation for a multi-user scenario.default SecretRotationApplicationThe application used by this engine to perform rotation for a single-user scenario.The log types that are available with this engine type.Methods inherited from interface software.amazon.awscdk.services.rds.IEngine.Jsii$Default
getDefaultUsername, getEngineFamily, getEngineType, getEngineVersion, getParameterGroupFamilyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMultiUserRotationApplication
The application used by this engine to perform rotation for a multi-user scenario.- Specified by:
getMultiUserRotationApplicationin interfaceIClusterEngine
-
getSingleUserRotationApplication
The application used by this engine to perform rotation for a single-user scenario.- Specified by:
getSingleUserRotationApplicationin interfaceIClusterEngine
-
getSupportedLogTypes
The log types that are available with this engine type.- Specified by:
getSupportedLogTypesin interfaceIClusterEngine
-
getCombineImportAndExportRoles
Whether the IAM Roles used for data importing and exporting need to be combined for this Engine, or can they be kept separate.Default: false
- Specified by:
getCombineImportAndExportRolesin interfaceIClusterEngine
-
bindToCluster
@Stability(Stable) @NotNull default ClusterEngineConfig bindToCluster(@NotNull software.constructs.Construct scope, @NotNull ClusterEngineBindOptions options) Method called when the engine is used to create a new cluster.- Specified by:
bindToClusterin interfaceIClusterEngine- Parameters:
scope- This parameter is required.options- This parameter is required.
-