Class DatabaseClusterAttributes.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rds.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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.rds.DatabaseClusterAttributes
DatabaseClusterAttributes.Builder, DatabaseClusterAttributes.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theDatabaseClusterAttributes.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 IClusterEngineThe engine of the existing Cluster.Endpoint addresses of individual instances.Identifier for the instances.final NumbergetPort()The database port.final StringReader endpoint address.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 theDatabaseClusterAttributes.Builder.
-
-
Method Details
-
getClusterIdentifier
Description copied from interface:DatabaseClusterAttributesIdentifier for the cluster.- Specified by:
getClusterIdentifierin interfaceDatabaseClusterAttributes
-
getClusterEndpointAddress
Description copied from interface:DatabaseClusterAttributesCluster endpoint address.Default: - no endpoint address
- Specified by:
getClusterEndpointAddressin interfaceDatabaseClusterAttributes
-
getEngine
Description copied from interface:DatabaseClusterAttributesThe engine of the existing Cluster.Default: - the imported Cluster's engine is unknown
- Specified by:
getEnginein interfaceDatabaseClusterAttributes
-
getInstanceEndpointAddresses
Description copied from interface:DatabaseClusterAttributesEndpoint addresses of individual instances.Default: - no instance endpoints
- Specified by:
getInstanceEndpointAddressesin interfaceDatabaseClusterAttributes
-
getInstanceIdentifiers
Description copied from interface:DatabaseClusterAttributesIdentifier for the instances.Default: - no instance identifiers
- Specified by:
getInstanceIdentifiersin interfaceDatabaseClusterAttributes
-
getPort
Description copied from interface:DatabaseClusterAttributesThe database port.Default: - none
- Specified by:
getPortin interfaceDatabaseClusterAttributes
-
getReaderEndpointAddress
Description copied from interface:DatabaseClusterAttributesReader endpoint address.Default: - no reader address
- Specified by:
getReaderEndpointAddressin interfaceDatabaseClusterAttributes
-
getSecurityGroups
Description copied from interface:DatabaseClusterAttributesThe security groups of the database cluster.Default: - no security groups
- Specified by:
getSecurityGroupsin interfaceDatabaseClusterAttributes
-
$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()
-