Class CfnGlobalClusterProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rds.CfnGlobalClusterProps.Jsii$Proxy
- All Implemented Interfaces:
CfnGlobalClusterProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGlobalClusterProps
@Stability(Stable)
@Internal
public static final class CfnGlobalClusterProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGlobalClusterProps
An implementation for
CfnGlobalClusterProps-
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.CfnGlobalClusterProps
CfnGlobalClusterProps.Builder, CfnGlobalClusterProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnGlobalClusterProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnGlobalClusterProps.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 ObjectSpecifies whether to enable deletion protection for the new global database cluster.final StringThe database engine to use for this global database cluster.final StringThe engine version to use for this global database cluster.final StringThe cluster identifier for this global database cluster.final StringThe Amazon Resource Name (ARN) to use as the primary cluster of the global database.final ObjectSpecifies whether to enable storage encryption for the new global 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 theCfnGlobalClusterProps.Builder.
-
-
Method Details
-
getDeletionProtection
Description copied from interface:CfnGlobalClusterPropsSpecifies whether to enable deletion protection for the new global database cluster.The global database can't be deleted when deletion protection is enabled.
- Specified by:
getDeletionProtectionin interfaceCfnGlobalClusterProps- See Also:
-
getEngine
Description copied from interface:CfnGlobalClusterPropsThe database engine to use for this global database cluster.Valid Values:
aurora-mysql | aurora-postgresqlConstraints:
- Can't be specified if
SourceDBClusterIdentifieris specified. In this case, Amazon Aurora uses the engine of the source DB cluster.
- Specified by:
getEnginein interfaceCfnGlobalClusterProps- See Also:
- Can't be specified if
-
getEngineVersion
Description copied from interface:CfnGlobalClusterPropsThe engine version to use for this global database cluster.Constraints:
- Can't be specified if
SourceDBClusterIdentifieris specified. In this case, Amazon Aurora uses the engine version of the source DB cluster.
- Specified by:
getEngineVersionin interfaceCfnGlobalClusterProps- See Also:
- Can't be specified if
-
getGlobalClusterIdentifier
Description copied from interface:CfnGlobalClusterPropsThe cluster identifier for this global database cluster.This parameter is stored as a lowercase string.
- Specified by:
getGlobalClusterIdentifierin interfaceCfnGlobalClusterProps- See Also:
-
getSourceDbClusterIdentifier
Description copied from interface:CfnGlobalClusterPropsThe Amazon Resource Name (ARN) to use as the primary cluster of the global database.If you provide a value for this parameter, don't specify values for the following settings because Amazon Aurora uses the values from the specified source DB cluster:
DatabaseNameEngineEngineVersionStorageEncrypted
- Specified by:
getSourceDbClusterIdentifierin interfaceCfnGlobalClusterProps- See Also:
-
getStorageEncrypted
Description copied from interface:CfnGlobalClusterPropsSpecifies whether to enable storage encryption for the new global database cluster.Constraints:
- Can't be specified if
SourceDBClusterIdentifieris specified. In this case, Amazon Aurora uses the setting from the source DB cluster.
- Specified by:
getStorageEncryptedin interfaceCfnGlobalClusterProps- See Also:
- Can't be specified if
-
$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()
-