Class ServerlessClusterAttributes.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rds.ServerlessClusterAttributes.Jsii$Proxy
- All Implemented Interfaces:
ServerlessClusterAttributes
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ServerlessClusterAttributes
@Stability(Stable)
@Internal
public static final class ServerlessClusterAttributes.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ServerlessClusterAttributes
An implementation for
ServerlessClusterAttributes
-
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.ServerlessClusterAttributes
ServerlessClusterAttributes.Builder, ServerlessClusterAttributes.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theServerlessClusterAttributes.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.final Number
getPort()
The database port.final String
Reader endpoint address.final ISecret
The secret attached to the database cluster.final List<ISecurityGroup>
The security groups 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 theServerlessClusterAttributes.Builder
.
-
-
Method Details
-
getClusterIdentifier
Description copied from interface:ServerlessClusterAttributes
Identifier for the cluster.- Specified by:
getClusterIdentifier
in interfaceServerlessClusterAttributes
-
getClusterEndpointAddress
Description copied from interface:ServerlessClusterAttributes
Cluster endpoint address.Default: - no endpoint address
- Specified by:
getClusterEndpointAddress
in interfaceServerlessClusterAttributes
-
getPort
Description copied from interface:ServerlessClusterAttributes
The database port.Default: - none
- Specified by:
getPort
in interfaceServerlessClusterAttributes
-
getReaderEndpointAddress
Description copied from interface:ServerlessClusterAttributes
Reader endpoint address.Default: - no reader address
- Specified by:
getReaderEndpointAddress
in interfaceServerlessClusterAttributes
-
getSecret
Description copied from interface:ServerlessClusterAttributes
The secret attached to the database cluster.Default: - no secret
- Specified by:
getSecret
in interfaceServerlessClusterAttributes
-
getSecurityGroups
Description copied from interface:ServerlessClusterAttributes
The security groups of the database cluster.Default: - no security groups
- Specified by:
getSecurityGroups
in interfaceServerlessClusterAttributes
-
$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()
-