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 StringThe immutable identifier for the cluster; for example: cluster-ABCD1234EFGH5678IJKL90MNOP.final BooleanWhether the Data API for the cluster is enabled.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 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 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
-
getClusterResourceIdentifier
Description copied from interface:DatabaseClusterAttributesThe 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:
getClusterResourceIdentifierin interfaceDatabaseClusterAttributes
-
getDataApiEnabled
Description copied from interface:DatabaseClusterAttributesWhether the Data API for the cluster is enabled.Default: false
- Specified by:
getDataApiEnabledin 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
-
getSecret
Description copied from interface:DatabaseClusterAttributesThe secret attached to the database cluster.Default: - the imported Cluster's secret is unknown
- Specified by:
getSecretin 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()
-