Class CfnClusterMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.dsql.CfnClusterMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnClusterMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnClusterMixinProps
@Stability(Stable)
@Internal
public static final class CfnClusterMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnClusterMixinProps
An implementation for
CfnClusterMixinProps-
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.dsql.CfnClusterMixinProps
CfnClusterMixinProps.Builder, CfnClusterMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnClusterMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnClusterMixinProps.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 on this cluster.final StringThe KMS key that encrypts data on the cluster.final ObjectDefines the structure for multi-Region cluster configurations, containing the witness Region and peered cluster settings.final StringA resource-based policy document in JSON format.getTags()A map of key and value pairs this cluster is tagged with.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 theCfnClusterMixinProps.Builder.
-
-
Method Details
-
getDeletionProtectionEnabled
Description copied from interface:CfnClusterMixinPropsWhether deletion protection is enabled on this cluster.Returns union: either
BooleanorIResolvable- Specified by:
getDeletionProtectionEnabledin interfaceCfnClusterMixinProps- See Also:
-
getKmsEncryptionKey
Description copied from interface:CfnClusterMixinPropsThe KMS key that encrypts data on the cluster.- Specified by:
getKmsEncryptionKeyin interfaceCfnClusterMixinProps- See Also:
-
getMultiRegionProperties
Description copied from interface:CfnClusterMixinPropsDefines the structure for multi-Region cluster configurations, containing the witness Region and peered cluster settings.Returns union: either
IResolvableorCfnClusterPropsMixin.MultiRegionPropertiesProperty- Specified by:
getMultiRegionPropertiesin interfaceCfnClusterMixinProps- See Also:
-
getPolicyDocument
Description copied from interface:CfnClusterMixinPropsA resource-based policy document in JSON format.Length constraints: Minimum length of 1. Maximum length of 20480 characters (approximately 20KB).
- Specified by:
getPolicyDocumentin interfaceCfnClusterMixinProps- See Also:
-
getTags
Description copied from interface:CfnClusterMixinPropsA map of key and value pairs this cluster is tagged with.- Specified by:
getTagsin interfaceCfnClusterMixinProps- 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()
-