@Stability(value=Experimental) @Internal public static final class ProxyTargetConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ProxyTargetConfig
ProxyTargetConfig
software.amazon.jsii.JsiiObject.InitializationMode
ProxyTargetConfig.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(String engineFamily,
List<? extends IDatabaseCluster> dbClusters,
List<? extends IDatabaseInstance> dbInstances)
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()
(experimental) The database clusters to which this proxy connects.
|
List<IDatabaseInstance> |
getDbInstances()
(experimental) The database instances to which this proxy connects.
|
String |
getEngineFamily()
(experimental) 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, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.protected Jsii$Proxy(String engineFamily, List<? extends IDatabaseCluster> dbClusters, List<? extends IDatabaseInstance> dbInstances)
ProxyTargetConfig.Builder
.public final String getEngineFamily()
ProxyTargetConfig
getEngineFamily
in interface ProxyTargetConfig
public 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 ProxyTargetConfig
public 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.JsiiSerializable
Copyright © 2021. All rights reserved.