Class CfnDBInstance.EndpointProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rds.CfnDBInstance.EndpointProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDBInstance.EndpointProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDBInstance.EndpointProperty
@Stability(Stable)
@Internal
public static final class CfnDBInstance.EndpointProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDBInstance.EndpointProperty
An implementation for
CfnDBInstance.EndpointProperty
-
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.rds.CfnDBInstance.EndpointProperty
CfnDBInstance.EndpointProperty.Builder, CfnDBInstance.EndpointProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDBInstance.EndpointProperty.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
Specifies the DNS address of the DB instance.final String
Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.final String
getPort()
Specifies the port that the database engine is listening on.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 theCfnDBInstance.EndpointProperty.Builder
.
-
-
Method Details
-
getAddress
Description copied from interface:CfnDBInstance.EndpointProperty
Specifies the DNS address of the DB instance.- Specified by:
getAddress
in interfaceCfnDBInstance.EndpointProperty
-
getHostedZoneId
Description copied from interface:CfnDBInstance.EndpointProperty
Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.- Specified by:
getHostedZoneId
in interfaceCfnDBInstance.EndpointProperty
-
getPort
Description copied from interface:CfnDBInstance.EndpointProperty
Specifies the port that the database engine is listening on.- Specified by:
getPort
in interfaceCfnDBInstance.EndpointProperty
-
$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()
-