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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.rds.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.final String
The immutable identifier for the cluster; for example: cluster-ABCD1234EFGH5678IJKL90MNOP.final Boolean
Whether the Data API for the cluster is enabled.final IClusterEngine
The engine of the existing Cluster.Endpoint addresses of individual instances.Identifier for the instances.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 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 endpoint address
- Specified by:
getClusterEndpointAddress
in interfaceDatabaseClusterAttributes
-
getClusterResourceIdentifier
Description copied from interface:DatabaseClusterAttributes
The immutable identifier for the cluster; for example: cluster-ABCD1234EFGH5678IJKL90MNOP.This AWS Region-unique identifier is used to grant access to the cluster.
Default: none
- Specified by:
getClusterResourceIdentifier
in interfaceDatabaseClusterAttributes
-
getDataApiEnabled
Description copied from interface:DatabaseClusterAttributes
Whether the Data API for the cluster is enabled.Default: false
- Specified by:
getDataApiEnabled
in interfaceDatabaseClusterAttributes
-
getEngine
Description copied from interface:DatabaseClusterAttributes
The engine of the existing Cluster.Default: - the imported Cluster's engine is unknown
- Specified by:
getEngine
in interfaceDatabaseClusterAttributes
-
getInstanceEndpointAddresses
Description copied from interface:DatabaseClusterAttributes
Endpoint addresses of individual instances.Default: - no instance endpoints
- 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 address
- Specified by:
getReaderEndpointAddress
in interfaceDatabaseClusterAttributes
-
getSecret
Description copied from interface:DatabaseClusterAttributes
The secret attached to the database cluster.Default: - the imported Cluster's secret is unknown
- Specified by:
getSecret
in interfaceDatabaseClusterAttributes
-
getSecurityGroups
Description copied from interface:DatabaseClusterAttributes
The security groups of the database cluster.Default: - no security groups
- Specified by:
getSecurityGroups
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()
-