Class ProxyTargetConfig.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rds.ProxyTargetConfig.Jsii$Proxy
- All Implemented Interfaces:
ProxyTargetConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ProxyTargetConfig
@Stability(Stable)
@Internal
public static final class ProxyTargetConfig.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ProxyTargetConfig
An implementation for
ProxyTargetConfig-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.rds.ProxyTargetConfig
ProxyTargetConfig.Builder, ProxyTargetConfig.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ProxyTargetConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theProxyTargetConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal List<IDatabaseCluster> The database clusters to which this proxy connects.final List<IDatabaseInstance> The database instances to which this proxy connects.final StringThe engine family of the database instance or cluster this proxy connects with.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theProxyTargetConfig.Builder.
-
-
Method Details
-
getEngineFamily
Description copied from interface:ProxyTargetConfigThe engine family of the database instance or cluster this proxy connects with.- Specified by:
getEngineFamilyin interfaceProxyTargetConfig
-
getDbClusters
Description copied from interface:ProxyTargetConfigThe database clusters to which this proxy connects.Either this or
dbInstanceswill be set and the otherundefined.Default: - `undefined` if `dbInstances` is set.
- Specified by:
getDbClustersin interfaceProxyTargetConfig
-
getDbInstances
Description copied from interface:ProxyTargetConfigThe database instances to which this proxy connects.Either this or
dbClusterswill be set and the otherundefined.Default: - `undefined` if `dbClusters` is set.
- Specified by:
getDbInstancesin interfaceProxyTargetConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-