Class CfnGlobalClusterMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.neptune.CfnGlobalClusterMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnGlobalClusterMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGlobalClusterMixinProps
@Stability(Stable)
@Internal
public static final class CfnGlobalClusterMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGlobalClusterMixinProps
An implementation for
CfnGlobalClusterMixinProps-
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.cfnpropertymixins.services.neptune.CfnGlobalClusterMixinProps
CfnGlobalClusterMixinProps.Builder, CfnGlobalClusterMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnGlobalClusterMixinProps.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 theCfnGlobalClusterMixinProps.Builder.
-
-
Method Details
-
getDeletionProtection
Description copied from interface:CfnGlobalClusterMixinPropsWhether deletion protection is enabled.Returns union: either
BooleanorIResolvable- Specified by:
getDeletionProtectionin interfaceCfnGlobalClusterMixinProps- See Also:
-
getEngine
Description copied from interface:CfnGlobalClusterMixinPropsThe name of the database engine.- Specified by:
getEnginein interfaceCfnGlobalClusterMixinProps- See Also:
-
getEngineVersion
Description copied from interface:CfnGlobalClusterMixinPropsThe version number of the database engine.- Specified by:
getEngineVersionin interfaceCfnGlobalClusterMixinProps- See Also:
-
getGlobalClusterIdentifier
Description copied from interface:CfnGlobalClusterMixinPropsThe cluster identifier of the global database cluster.- Specified by:
getGlobalClusterIdentifierin interfaceCfnGlobalClusterMixinProps- See Also:
-
getSourceDbClusterIdentifier
Description copied from interface:CfnGlobalClusterMixinPropsThe Amazon Resource Name (ARN) of an existing Neptune DB cluster to use as the primary cluster of the new global database.- Specified by:
getSourceDbClusterIdentifierin interfaceCfnGlobalClusterMixinProps- See Also:
-
getStorageEncrypted
Description copied from interface:CfnGlobalClusterMixinPropsWhether the global database cluster is storage encrypted.Returns union: either
BooleanorIResolvable- Specified by:
getStorageEncryptedin interfaceCfnGlobalClusterMixinProps- See Also:
-
getTags
Description copied from interface:CfnGlobalClusterMixinPropsAn array of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnGlobalClusterMixinProps- 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()
-