Class IClusterEngine.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rds.IClusterEngine.Jsii$Proxy
- All Implemented Interfaces:
IClusterEngine,IClusterEngine.Jsii$Default,IEngine,IEngine.Jsii$Default,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
IClusterEngine
@Internal
public static final class IClusterEngine.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IClusterEngine.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested 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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal ClusterEngineConfigbindToCluster(software.constructs.Construct scope, ClusterEngineBindOptions options) Method called when the engine is used to create a new cluster.final BooleanWhether the IAM Roles used for data importing and exporting need to be combined for this Engine, or can they be kept separate.final StringThe default name of the master database user if one was not provided explicitly.final StringThe family this engine belongs to, like "MYSQL", or "POSTGRESQL".final StringThe type of the engine, for example "mysql".final EngineVersionThe exact version of the engine that is used, for example "5.1.42".The application used by this engine to perform rotation for a multi-user scenario.final StringThe family to use for ParameterGroups using this engine.The 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 class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
getEngineType
The type of the engine, for example "mysql".- Specified by:
getEngineTypein interfaceIClusterEngine.Jsii$Default- Specified by:
getEngineTypein interfaceIEngine- Specified by:
getEngineTypein interfaceIEngine.Jsii$Default
-
getDefaultUsername
The default name of the master database user if one was not provided explicitly.The global default of 'admin' will be used if this is
undefined. Note that 'admin' is a reserved word in PostgreSQL and cannot be used.- Specified by:
getDefaultUsernamein interfaceIClusterEngine.Jsii$Default- Specified by:
getDefaultUsernamein interfaceIEngine- Specified by:
getDefaultUsernamein interfaceIEngine.Jsii$Default
-
getEngineFamily
The family this engine belongs to, like "MYSQL", or "POSTGRESQL".This property is used when creating a Database Proxy. Most engines don't belong to any family (and because of that, you can't create Database Proxies for their Clusters or Instances).
Default: - the engine doesn't belong to any family
- Specified by:
getEngineFamilyin interfaceIClusterEngine.Jsii$Default- Specified by:
getEngineFamilyin interfaceIEngine- Specified by:
getEngineFamilyin interfaceIEngine.Jsii$Default
-
getEngineVersion
The exact version of the engine that is used, for example "5.1.42".Default: - use the default version for this engine type
- Specified by:
getEngineVersionin interfaceIClusterEngine.Jsii$Default- Specified by:
getEngineVersionin interfaceIEngine- Specified by:
getEngineVersionin interfaceIEngine.Jsii$Default
-
getParameterGroupFamily
The family to use for ParameterGroups using this engine.This is usually equal to "
", but can sometimes be a variation of that. You can pass this property when creating new ParameterGroup. Default: - the ParameterGroup family is not known (which means the major version of the engine is also not known)
- Specified by:
getParameterGroupFamilyin interfaceIClusterEngine.Jsii$Default- Specified by:
getParameterGroupFamilyin interfaceIEngine- Specified by:
getParameterGroupFamilyin interfaceIEngine.Jsii$Default
-
getMultiUserRotationApplication
@Stability(Stable) @NotNull public final SecretRotationApplication getMultiUserRotationApplication()The application used by this engine to perform rotation for a multi-user scenario.- Specified by:
getMultiUserRotationApplicationin interfaceIClusterEngine- Specified by:
getMultiUserRotationApplicationin interfaceIClusterEngine.Jsii$Default
-
getSingleUserRotationApplication
@Stability(Stable) @NotNull public final SecretRotationApplication getSingleUserRotationApplication()The application used by this engine to perform rotation for a single-user scenario.- Specified by:
getSingleUserRotationApplicationin interfaceIClusterEngine- Specified by:
getSingleUserRotationApplicationin interfaceIClusterEngine.Jsii$Default
-
getSupportedLogTypes
The log types that are available with this engine type.- Specified by:
getSupportedLogTypesin interfaceIClusterEngine- Specified by:
getSupportedLogTypesin interfaceIClusterEngine.Jsii$Default
-
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- Specified by:
getCombineImportAndExportRolesin interfaceIClusterEngine.Jsii$Default
-
bindToCluster
@Stability(Stable) @NotNull public final 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- Specified by:
bindToClusterin interfaceIClusterEngine.Jsii$Default- Parameters:
scope- This parameter is required.options- This parameter is required.
-