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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.rds.ServerlessClusterAttributes
ServerlessClusterAttributes.Builder, ServerlessClusterAttributes.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theServerlessClusterAttributes.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringCluster endpoint address.final StringIdentifier for the cluster.final NumbergetPort()The database port.final StringReader endpoint address.final ISecretThe secret attached to the database cluster.final List<ISecurityGroup> The security groups of the database cluster.final inthashCode()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:ServerlessClusterAttributesIdentifier for the cluster.- Specified by:
getClusterIdentifierin interfaceServerlessClusterAttributes
-
getClusterEndpointAddress
Description copied from interface:ServerlessClusterAttributesCluster endpoint address.Default: - no endpoint address
- Specified by:
getClusterEndpointAddressin interfaceServerlessClusterAttributes
-
getPort
Description copied from interface:ServerlessClusterAttributesThe database port.Default: - none
- Specified by:
getPortin interfaceServerlessClusterAttributes
-
getReaderEndpointAddress
Description copied from interface:ServerlessClusterAttributesReader endpoint address.Default: - no reader address
- Specified by:
getReaderEndpointAddressin interfaceServerlessClusterAttributes
-
getSecret
Description copied from interface:ServerlessClusterAttributesThe secret attached to the database cluster.Default: - no secret
- Specified by:
getSecretin interfaceServerlessClusterAttributes
-
getSecurityGroups
Description copied from interface:ServerlessClusterAttributesThe security groups of the database cluster.Default: - no security groups
- Specified by:
getSecurityGroupsin interfaceServerlessClusterAttributes
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-