@Internal public static final class IInstanceEngine.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IInstanceEngine.Jsii$Default
software.amazon.jsii.JsiiObject.InitializationMode
IInstanceEngine.Jsii$Default, IInstanceEngine.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
InstanceEngineConfig |
bindToInstance(software.constructs.Construct scope,
InstanceEngineBindOptions options)
(experimental) Method called when the engine is used to create a new instance.
|
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".
|
SecretRotationApplication |
getMultiUserRotationApplication()
(experimental) The application used by this engine to perform rotation for a multi-user scenario.
|
String |
getParameterGroupFamily()
(experimental) The family to use for ParameterGroups using this engine.
|
SecretRotationApplication |
getSingleUserRotationApplication()
(experimental) The application used by this engine to perform rotation for a single-user scenario.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
@Stability(value=Experimental) @NotNull public final String getEngineType()
getEngineType
in interface IEngine
getEngineType
in interface IEngine.Jsii$Default
getEngineType
in interface IInstanceEngine.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 IEngine
getDefaultUsername
in interface IEngine.Jsii$Default
getDefaultUsername
in interface IInstanceEngine.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 IEngine
getEngineFamily
in interface IEngine.Jsii$Default
getEngineFamily
in interface IInstanceEngine.Jsii$Default
@Stability(value=Experimental) @Nullable public final EngineVersion getEngineVersion()
Default: - use the default version for this engine type
getEngineVersion
in interface IEngine
getEngineVersion
in interface IEngine.Jsii$Default
getEngineVersion
in interface IInstanceEngine.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 IEngine
getParameterGroupFamily
in interface IEngine.Jsii$Default
getParameterGroupFamily
in interface IInstanceEngine.Jsii$Default
@Stability(value=Experimental) @NotNull public final SecretRotationApplication getMultiUserRotationApplication()
getMultiUserRotationApplication
in interface IInstanceEngine
getMultiUserRotationApplication
in interface IInstanceEngine.Jsii$Default
@Stability(value=Experimental) @NotNull public final SecretRotationApplication getSingleUserRotationApplication()
getSingleUserRotationApplication
in interface IInstanceEngine
getSingleUserRotationApplication
in interface IInstanceEngine.Jsii$Default
@Stability(value=Experimental) @NotNull public final InstanceEngineConfig bindToInstance(@NotNull software.constructs.Construct scope, @NotNull InstanceEngineBindOptions options)
bindToInstance
in interface IInstanceEngine
bindToInstance
in interface IInstanceEngine.Jsii$Default
scope
- This parameter is required.options
- This parameter is required.Copyright © 2021. All rights reserved.