public static final class CfnGlobalClusterProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnGlobalClusterProps
CfnGlobalClusterProps
CfnGlobalClusterProps.Builder, CfnGlobalClusterProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getDeletionProtection()
The deletion protection setting for the new global database.
|
java.lang.String |
getEngine()
The name of the database engine to be used for this DB cluster.
|
java.lang.String |
getEngineVersion()
The engine version of the Aurora global database.
|
java.lang.String |
getGlobalClusterIdentifier()
The cluster identifier of the global database cluster.
|
java.lang.String |
getSourceDbClusterIdentifier()
The DB cluster identifier or Amazon Resource Name (ARN) to use as the primary cluster of the global database.
|
java.lang.Object |
getStorageEncrypted()
The storage encryption setting for the global database cluster.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getDeletionProtection()
CfnGlobalClusterProps
The global database can't be deleted when deletion protection is enabled.
getDeletionProtection
in interface CfnGlobalClusterProps
public final java.lang.String getEngine()
CfnGlobalClusterProps
If this property isn't specified, the database engine is derived from the source DB cluster specified by the SourceDBClusterIdentifier
property.
If the
SourceDBClusterIdentifier
property isn't specified, this property is required. If theSourceDBClusterIdentifier
property is specified, make sure this property isn't specified.
getEngine
in interface CfnGlobalClusterProps
public final java.lang.String getEngineVersion()
CfnGlobalClusterProps
getEngineVersion
in interface CfnGlobalClusterProps
public final java.lang.String getGlobalClusterIdentifier()
CfnGlobalClusterProps
getGlobalClusterIdentifier
in interface CfnGlobalClusterProps
public final java.lang.String getSourceDbClusterIdentifier()
CfnGlobalClusterProps
If the
Engine
property isn't specified, this property is required. If theEngine
property is specified, make sure this property isn't specified.
getSourceDbClusterIdentifier
in interface CfnGlobalClusterProps
public final java.lang.Object getStorageEncrypted()
CfnGlobalClusterProps
getStorageEncrypted
in interface CfnGlobalClusterProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()