@Stability(value=Experimental) @Internal public static final class ClusterEngineConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ClusterEngineConfig
ClusterEngineConfigsoftware.amazon.jsii.JsiiObject.InitializationModeClusterEngineConfig.Builder, ClusterEngineConfig.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(ClusterEngineFeatures features,
IParameterGroup parameterGroup,
Number port)
Constructor that initializes the object based on literal property values passed by the
ClusterEngineConfig.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
ClusterEngineFeatures |
getFeatures()
(experimental) Features supported by the database engine.
|
IParameterGroup |
getParameterGroup()
(experimental) The ParameterGroup to use for the cluster.
|
Number |
getPort()
(experimental) The port to use for this cluster, unless the customer specified the port directly.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(ClusterEngineFeatures features, IParameterGroup parameterGroup, Number port)
ClusterEngineConfig.Builder.public final ClusterEngineFeatures getFeatures()
ClusterEngineConfigDefault: - no features
getFeatures in interface ClusterEngineConfighttps://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DBEngineVersion.htmlpublic final IParameterGroup getParameterGroup()
ClusterEngineConfigDefault: - no ParameterGroup will be used
getParameterGroup in interface ClusterEngineConfigpublic final Number getPort()
ClusterEngineConfigDefault: - use the default port for clusters (3306)
getPort in interface ClusterEngineConfig@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.