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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.rds.CfnGlobalClusterProps
CfnGlobalClusterProps.Builder, CfnGlobalClusterProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnGlobalClusterProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnGlobalClusterProps.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 Object
Specifies whether to enable deletion protection for the new global database cluster.final String
The database engine to use for this global database cluster.final String
The life cycle type for this global database cluster.final String
The engine version to use for this global database cluster.final String
The cluster identifier for this global database cluster.final String
The Amazon Resource Name (ARN) to use as the primary cluster of the global database.final Object
Specifies 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 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 theCfnGlobalClusterProps.Builder
.
-
-
Method Details
-
getDeletionProtection
Description copied from interface:CfnGlobalClusterProps
Specifies 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:
getDeletionProtection
in interfaceCfnGlobalClusterProps
- See Also:
-
getEngine
Description copied from interface:CfnGlobalClusterProps
The database engine to use for this global database cluster.Valid Values:
aurora-mysql | aurora-postgresql
Constraints:
- Can't be specified if
SourceDBClusterIdentifier
is specified. In this case, Amazon Aurora uses the engine of the source DB cluster.
- Specified by:
getEngine
in interfaceCfnGlobalClusterProps
- See Also:
- Can't be specified if
-
getEngineLifecycleSupport
Description copied from interface:CfnGlobalClusterProps
The 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 Using Amazon RDS Extended Support in the Amazon Aurora User Guide .
Valid Values:
open-source-rds-extended-support | open-source-rds-extended-support-disabled
Default:
open-source-rds-extended-support
- Specified by:
getEngineLifecycleSupport
in interfaceCfnGlobalClusterProps
- See Also:
-
getEngineVersion
Description copied from interface:CfnGlobalClusterProps
The engine version to use for this global database cluster.Constraints:
- Can't be specified if
SourceDBClusterIdentifier
is specified. In this case, Amazon Aurora uses the engine version of the source DB cluster.
- Specified by:
getEngineVersion
in interfaceCfnGlobalClusterProps
- See Also:
- Can't be specified if
-
getGlobalClusterIdentifier
Description copied from interface:CfnGlobalClusterProps
The cluster identifier for this global database cluster.This parameter is stored as a lowercase string.
- Specified by:
getGlobalClusterIdentifier
in interfaceCfnGlobalClusterProps
- See Also:
-
getSourceDbClusterIdentifier
Description copied from interface:CfnGlobalClusterProps
The 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:
DatabaseName
Engine
EngineVersion
StorageEncrypted
- Specified by:
getSourceDbClusterIdentifier
in interfaceCfnGlobalClusterProps
- See Also:
-
getStorageEncrypted
Description copied from interface:CfnGlobalClusterProps
Specifies whether to enable storage encryption for the new global database cluster.Constraints:
- Can't be specified if
SourceDBClusterIdentifier
is specified. In this case, Amazon Aurora uses the setting from the source DB cluster.
- Specified by:
getStorageEncrypted
in interfaceCfnGlobalClusterProps
- See Also:
- Can't be specified if
-
getTags
Description copied from interface:CfnGlobalClusterProps
Metadata 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:
getTags
in interfaceCfnGlobalClusterProps
- See Also:
-
$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()
-