Class DatabaseClusterAttributes.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.neptune.DatabaseClusterAttributes.Jsii$Proxy
- All Implemented Interfaces:
DatabaseClusterAttributes
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
DatabaseClusterAttributes
@Stability(Experimental)
@Internal
public static final class DatabaseClusterAttributes.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements DatabaseClusterAttributes
An implementation for
DatabaseClusterAttributes
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.neptune.DatabaseClusterAttributes
DatabaseClusterAttributes.Builder, DatabaseClusterAttributes.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theDatabaseClusterAttributes.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
(experimental) Cluster endpoint address.final String
(experimental) Identifier for the cluster.final String
(experimental) Resource Identifier for the cluster.final Number
getPort()
(experimental) The database port.final String
(experimental) Reader endpoint address.final ISecurityGroup
(experimental) The security group of the database cluster.final int
hashCode()
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 theDatabaseClusterAttributes.Builder
.
-
-
Method Details
-
getClusterEndpointAddress
Description copied from interface:DatabaseClusterAttributes
(experimental) Cluster endpoint address.- Specified by:
getClusterEndpointAddress
in interfaceDatabaseClusterAttributes
-
getClusterIdentifier
Description copied from interface:DatabaseClusterAttributes
(experimental) Identifier for the cluster.- Specified by:
getClusterIdentifier
in interfaceDatabaseClusterAttributes
-
getClusterResourceIdentifier
Description copied from interface:DatabaseClusterAttributes
(experimental) Resource Identifier for the cluster.- Specified by:
getClusterResourceIdentifier
in interfaceDatabaseClusterAttributes
-
getPort
Description copied from interface:DatabaseClusterAttributes
(experimental) The database port.- Specified by:
getPort
in interfaceDatabaseClusterAttributes
-
getReaderEndpointAddress
Description copied from interface:DatabaseClusterAttributes
(experimental) Reader endpoint address.- Specified by:
getReaderEndpointAddress
in interfaceDatabaseClusterAttributes
-
getSecurityGroup
Description copied from interface:DatabaseClusterAttributes
(experimental) The security group of the database cluster.- Specified by:
getSecurityGroup
in interfaceDatabaseClusterAttributes
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-