Class CfnGlobalClusterProps.Jsii$Proxy
- All Implemented Interfaces:
CfnGlobalClusterProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGlobalClusterProps
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 life cycle type 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.getTags()Metadata assigned to an Amazon RDS resource consisting of a key-value pair.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.
Returns union: either
BooleanorIResolvable- 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
-
getEngineLifecycleSupport
Description copied from interface:CfnGlobalClusterPropsThe life cycle type for this global database cluster.By default, this value is set to
open-source-rds-extended-support, which enrolls your global cluster into Amazon RDS Extended Support. At the end of standard support, you can avoid charges for Extended Support by setting the value toopen-source-rds-extended-support-disabled. In this case, creating the global cluster will fail if the DB major version is past its end of standard support date.This setting only applies to Aurora PostgreSQL-based global databases.
You can use this setting to enroll your global cluster into Amazon RDS Extended Support. With RDS Extended Support, you can run the selected major engine version on your global cluster past the end of standard support for that engine version. For more information, see Amazon RDS Extended Support with Amazon Aurora in the Amazon Aurora User Guide .
Valid Values:
open-source-rds-extended-support | open-source-rds-extended-support-disabledDefault:
open-source-rds-extended-support- Specified by:
getEngineLifecycleSupportin interfaceCfnGlobalClusterProps- See Also:
-
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.
Returns union: either
BooleanorIResolvable- Specified by:
getStorageEncryptedin interfaceCfnGlobalClusterProps- See Also:
- Can't be specified if
-
getTags
Description copied from interface:CfnGlobalClusterPropsMetadata assigned to an Amazon RDS resource consisting of a key-value pair.For more information, see Tagging Amazon RDS resources in the Amazon RDS User Guide or Tagging Amazon Aurora and Amazon RDS resources in the Amazon Aurora User Guide .
- Specified by:
getTagsin interfaceCfnGlobalClusterProps- See Also:
-
$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()
-