@Internal public static final class IEngine.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IEngine.Jsii$Default
software.amazon.jsii.JsiiObject.InitializationModeIEngine.Jsii$Default, IEngine.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultUsername()
(experimental) The default name of the master database user if one was not provided explicitly.
|
String |
getEngineFamily()
(experimental) The family this engine belongs to, like "MYSQL", or "POSTGRESQL".
|
String |
getEngineType()
(experimental) The type of the engine, for example "mysql".
|
EngineVersion |
getEngineVersion()
(experimental) The exact version of the engine that is used, for example "5.1.42".
|
String |
getParameterGroupFamily()
(experimental) The family to use for ParameterGroups using this engine.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Experimental) @NotNull public final String getEngineType()
getEngineType in interface IEnginegetEngineType in interface IEngine.Jsii$Default@Stability(value=Experimental) @Nullable public final String getDefaultUsername()
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.
getDefaultUsername in interface IEnginegetDefaultUsername in interface IEngine.Jsii$Default@Stability(value=Experimental) @Nullable public final String getEngineFamily()
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
getEngineFamily in interface IEnginegetEngineFamily in interface IEngine.Jsii$Default@Stability(value=Experimental) @Nullable public final EngineVersion getEngineVersion()
Default: - use the default version for this engine type
getEngineVersion in interface IEnginegetEngineVersion in interface IEngine.Jsii$Default@Stability(value=Experimental) @Nullable public final String getParameterGroupFamily()
This is usually equal to "
Default: - the ParameterGroup family is not known
(which means the major version of the engine is also not known)
getParameterGroupFamily in interface IEnginegetParameterGroupFamily in interface IEngine.Jsii$DefaultCopyright © 2021. All rights reserved.