@Stability(value=Stable) @Internal public static final class ProxyTargetConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ProxyTargetConfig
ProxyTargetConfigsoftware.amazon.jsii.JsiiObject.InitializationModeProxyTargetConfig.Builder, ProxyTargetConfig.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(ProxyTargetConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by the
ProxyTargetConfig.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<IDatabaseCluster> |
getDbClusters()
The database clusters to which this proxy connects.
|
List<IDatabaseInstance> |
getDbInstances()
The database instances to which this proxy connects.
|
String |
getEngineFamily()
The engine family of the database instance or cluster this proxy connects with.
|
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(ProxyTargetConfig.Builder builder)
ProxyTargetConfig.Builder.public final String getEngineFamily()
ProxyTargetConfiggetEngineFamily in interface ProxyTargetConfigpublic final List<IDatabaseCluster> getDbClusters()
ProxyTargetConfig
Either this or dbInstances will be set and the other undefined.
Default: - `undefined` if `dbInstances` is set.
getDbClusters in interface ProxyTargetConfigpublic final List<IDatabaseInstance> getDbInstances()
ProxyTargetConfig
Either this or dbClusters will be set and the other undefined.
Default: - `undefined` if `dbClusters` is set.
getDbInstances in interface ProxyTargetConfig@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.