Class CfnGlobalClusterProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.neptune.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.neptune.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 ObjectWhether deletion protection is enabled.final StringThe name of the database engine.final StringThe version number of the database engine.final StringThe cluster identifier of the global database cluster.final StringThe Amazon Resource Name (ARN) of an existing Neptune DB cluster to use as the primary cluster of the new global database.final ObjectWhether the global database cluster is storage encrypted.getTags()An array of key-value pairs to apply to this resource.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:CfnGlobalClusterPropsWhether deletion protection is enabled.Returns union: either
BooleanorIResolvable- Specified by:
getDeletionProtectionin interfaceCfnGlobalClusterProps- See Also:
-
getEngine
Description copied from interface:CfnGlobalClusterPropsThe name of the database engine.- Specified by:
getEnginein interfaceCfnGlobalClusterProps- See Also:
-
getEngineVersion
Description copied from interface:CfnGlobalClusterPropsThe version number of the database engine.- Specified by:
getEngineVersionin interfaceCfnGlobalClusterProps- See Also:
-
getGlobalClusterIdentifier
Description copied from interface:CfnGlobalClusterPropsThe cluster identifier of the global database cluster.- Specified by:
getGlobalClusterIdentifierin interfaceCfnGlobalClusterProps- See Also:
-
getSourceDbClusterIdentifier
Description copied from interface:CfnGlobalClusterPropsThe Amazon Resource Name (ARN) of an existing Neptune DB cluster to use as the primary cluster of the new global database.- Specified by:
getSourceDbClusterIdentifierin interfaceCfnGlobalClusterProps- See Also:
-
getStorageEncrypted
Description copied from interface:CfnGlobalClusterPropsWhether the global database cluster is storage encrypted.Returns union: either
BooleanorIResolvable- Specified by:
getStorageEncryptedin interfaceCfnGlobalClusterProps- See Also:
-
getTags
Description copied from interface:CfnGlobalClusterPropsAn array of key-value pairs to apply to this resource.- 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()
-