Class DatabaseClusterAttributes.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.docdb.DatabaseClusterAttributes.Jsii$Proxy
- All Implemented Interfaces:
DatabaseClusterAttributes
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
DatabaseClusterAttributes
@Stability(Stable)
@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.docdb.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
Cluster endpoint address.final String
Identifier for the cluster.Endpoint addresses of individual instances.Identifier for the instances.final Number
getPort()
The database port.final String
Reader endpoint address.final ISecurityGroup
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
-
getClusterIdentifier
Description copied from interface:DatabaseClusterAttributes
Identifier for the cluster.- Specified by:
getClusterIdentifier
in interfaceDatabaseClusterAttributes
-
getClusterEndpointAddress
Description copied from interface:DatabaseClusterAttributes
Cluster endpoint address.Default: - no cluster endpoint address
- Specified by:
getClusterEndpointAddress
in interfaceDatabaseClusterAttributes
-
getInstanceEndpointAddresses
Description copied from interface:DatabaseClusterAttributes
Endpoint addresses of individual instances.Default: - no instance endpoint addresses
- Specified by:
getInstanceEndpointAddresses
in interfaceDatabaseClusterAttributes
-
getInstanceIdentifiers
Description copied from interface:DatabaseClusterAttributes
Identifier for the instances.Default: - no instance identifiers
- Specified by:
getInstanceIdentifiers
in interfaceDatabaseClusterAttributes
-
getPort
Description copied from interface:DatabaseClusterAttributes
The database port.Default: - none
- Specified by:
getPort
in interfaceDatabaseClusterAttributes
-
getReaderEndpointAddress
Description copied from interface:DatabaseClusterAttributes
Reader endpoint address.Default: - no reader endpoint address
- Specified by:
getReaderEndpointAddress
in interfaceDatabaseClusterAttributes
-
getSecurityGroup
Description copied from interface:DatabaseClusterAttributes
The security group of the database cluster.Default: - no security groups
- 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()
-