Class IEngine.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rds.IEngine.Jsii$Proxy
- All Implemented Interfaces:
IEngine,IEngine.Jsii$Default,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
IEngine
@Internal
public static final class IEngine.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IEngine.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.IEngine
IEngine.Jsii$Default, IEngine.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal 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".final StringThe family to use for ParameterGroups using this engine.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 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 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 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 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 interfaceIEngine- Specified by:
getParameterGroupFamilyin interfaceIEngine.Jsii$Default
-