Class CfnGlobalClusterMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.docdb.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.docdb.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 ObjectIndicates whether the global cluster has deletion protection enabled.final StringThe database engine to use for this global cluster.final StringThe engine version to use for this global cluster.final StringThe cluster identifier of the global cluster.final StringThe Amazon Resource Name (ARN) to use as the primary cluster of the global cluster.final ObjectIndicates whether the global cluster has storage encryption enabled.getTags()The tags to be assigned to the Amazon DocumentDB 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:CfnGlobalClusterMixinPropsIndicates whether the global cluster has deletion protection enabled.The global cluster can't be deleted when deletion protection is enabled.
Returns union: either
BooleanorIResolvable- Specified by:
getDeletionProtectionin interfaceCfnGlobalClusterMixinProps- See Also:
-
getEngine
Description copied from interface:CfnGlobalClusterMixinPropsThe database engine to use for this global cluster.Default: - "docdb"
- Specified by:
getEnginein interfaceCfnGlobalClusterMixinProps- See Also:
-
getEngineVersion
Description copied from interface:CfnGlobalClusterMixinPropsThe engine version to use for this global cluster.- Specified by:
getEngineVersionin interfaceCfnGlobalClusterMixinProps- See Also:
-
getGlobalClusterIdentifier
Description copied from interface:CfnGlobalClusterMixinPropsThe cluster identifier of the global cluster.- Specified by:
getGlobalClusterIdentifierin interfaceCfnGlobalClusterMixinProps- See Also:
-
getSourceDbClusterIdentifier
Description copied from interface:CfnGlobalClusterMixinPropsThe Amazon Resource Name (ARN) to use as the primary cluster of the global cluster.You may also choose to instead specify the DBClusterIdentifier. If you provide a value for this parameter, don't specify values for the following settings because Amazon DocumentDB uses the values from the specified source DB cluster: Engine, EngineVersion, StorageEncrypted
- Specified by:
getSourceDbClusterIdentifierin interfaceCfnGlobalClusterMixinProps- See Also:
-
getStorageEncrypted
Description copied from interface:CfnGlobalClusterMixinPropsIndicates whether the global cluster has storage encryption enabled.Returns union: either
BooleanorIResolvable- Specified by:
getStorageEncryptedin interfaceCfnGlobalClusterMixinProps- See Also:
-
getTags
Description copied from interface:CfnGlobalClusterMixinPropsThe tags to be assigned to the Amazon DocumentDB 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()
-