@Internal public static interface IEngine.Jsii$Default extends IEngine
IEngine
.IEngine.Jsii$Default, IEngine.Jsii$Proxy
Modifier and Type | Method and Description |
---|---|
default String |
getDefaultUsername()
(experimental) The default name of the master database user if one was not provided explicitly.
|
default String |
getEngineFamily()
(experimental) The family this engine belongs to, like "MYSQL", or "POSTGRESQL".
|
default String |
getEngineType()
(experimental) The type of the engine, for example "mysql".
|
default EngineVersion |
getEngineVersion()
(experimental) The exact version of the engine that is used, for example "5.1.42".
|
default String |
getParameterGroupFamily()
(experimental) The family to use for ParameterGroups using this engine.
|
@Stability(value=Experimental) @NotNull default String getEngineType()
getEngineType
in interface IEngine
@Stability(value=Experimental) @Nullable default 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 IEngine
@Stability(value=Experimental) @Nullable default 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 IEngine
@Stability(value=Experimental) @Nullable default EngineVersion getEngineVersion()
Default: - use the default version for this engine type
getEngineVersion
in interface IEngine
@Stability(value=Experimental) @Nullable default 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 IEngine
Copyright © 2021. All rights reserved.