@Stability(value=Experimental) @Internal public static final class DatabaseClusterAttributes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DatabaseClusterAttributes
DatabaseClusterAttributessoftware.amazon.jsii.JsiiObject.InitializationModeDatabaseClusterAttributes.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.
|
protected |
Jsii$Proxy(String clusterEndpointAddress,
String clusterIdentifier,
List<String> instanceEndpointAddresses,
List<String> instanceIdentifiers,
Number port,
String readerEndpointAddress,
ISecurityGroup securityGroup)
Constructor that initializes the object based on literal property values passed by the
DatabaseClusterAttributes.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getClusterEndpointAddress()
(experimental) Cluster endpoint address.
|
String |
getClusterIdentifier()
(experimental) Identifier for the cluster.
|
List<String> |
getInstanceEndpointAddresses()
(experimental) Endpoint addresses of individual instances.
|
List<String> |
getInstanceIdentifiers()
(experimental) Identifier for the instances.
|
Number |
getPort()
(experimental) The database port.
|
String |
getReaderEndpointAddress()
(experimental) Reader endpoint address.
|
ISecurityGroup |
getSecurityGroup()
(experimental) The security group of the database cluster.
|
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(String clusterEndpointAddress, String clusterIdentifier, List<String> instanceEndpointAddresses, List<String> instanceIdentifiers, Number port, String readerEndpointAddress, ISecurityGroup securityGroup)
DatabaseClusterAttributes.Builder.public final String getClusterEndpointAddress()
DatabaseClusterAttributesgetClusterEndpointAddress in interface DatabaseClusterAttributespublic final String getClusterIdentifier()
DatabaseClusterAttributesgetClusterIdentifier in interface DatabaseClusterAttributespublic final List<String> getInstanceEndpointAddresses()
DatabaseClusterAttributesgetInstanceEndpointAddresses in interface DatabaseClusterAttributespublic final List<String> getInstanceIdentifiers()
DatabaseClusterAttributesgetInstanceIdentifiers in interface DatabaseClusterAttributespublic final Number getPort()
DatabaseClusterAttributesgetPort in interface DatabaseClusterAttributespublic final String getReaderEndpointAddress()
DatabaseClusterAttributesgetReaderEndpointAddress in interface DatabaseClusterAttributespublic final ISecurityGroup getSecurityGroup()
DatabaseClusterAttributesgetSecurityGroup in interface DatabaseClusterAttributes@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.