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
  • 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

      protected Jsii$Proxy(ProxyTargetConfig.Builder builder)
      Constructor that initializes the object based on literal property values passed by the ProxyTargetConfig.Builder.
  • Method Details

    • getEngineFamily

      public final String getEngineFamily()
      Description copied from interface: ProxyTargetConfig
      The engine family of the database instance or cluster this proxy connects with.
      Specified by:
      getEngineFamily in interface ProxyTargetConfig
    • getDbClusters

      public final List<IDatabaseCluster> getDbClusters()
      Description copied from interface: ProxyTargetConfig
      The database clusters to which this proxy connects.

      Either this or dbInstances will be set and the other undefined.

      Default: - `undefined` if `dbInstances` is set.

      Specified by:
      getDbClusters in interface ProxyTargetConfig
    • getDbInstances

      public final List<IDatabaseInstance> getDbInstances()
      Description copied from interface: ProxyTargetConfig
      The database instances to which this proxy connects.

      Either this or dbClusters will be set and the other undefined.

      Default: - `undefined` if `dbClusters` is set.

      Specified by:
      getDbInstances in interface ProxyTargetConfig
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object