public static final class DatabaseClusterAttributes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DatabaseClusterAttributes
DatabaseClusterAttributes
DatabaseClusterAttributes.Builder, DatabaseClusterAttributes.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getClusterEndpointAddress()
(experimental) Cluster endpoint address.
|
java.lang.String |
getClusterIdentifier()
(experimental) Identifier for the cluster.
|
java.lang.String |
getClusterResourceIdentifier()
(experimental) Resource Identifier for the cluster.
|
java.lang.Number |
getPort()
(experimental) The database port.
|
java.lang.String |
getReaderEndpointAddress()
(experimental) Reader endpoint address.
|
ISecurityGroup |
getSecurityGroup()
(experimental) The security group of the database cluster.
|
int |
hashCode() |
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.public final java.lang.String getClusterEndpointAddress()
DatabaseClusterAttributes
getClusterEndpointAddress
in interface DatabaseClusterAttributes
public final java.lang.String getClusterIdentifier()
DatabaseClusterAttributes
getClusterIdentifier
in interface DatabaseClusterAttributes
public final java.lang.String getClusterResourceIdentifier()
DatabaseClusterAttributes
getClusterResourceIdentifier
in interface DatabaseClusterAttributes
public final java.lang.Number getPort()
DatabaseClusterAttributes
getPort
in interface DatabaseClusterAttributes
public final java.lang.String getReaderEndpointAddress()
DatabaseClusterAttributes
getReaderEndpointAddress
in interface DatabaseClusterAttributes
public final ISecurityGroup getSecurityGroup()
DatabaseClusterAttributes
getSecurityGroup
in interface DatabaseClusterAttributes
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()