Class CfnClusterProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.dsql.CfnClusterProps.Jsii$Proxy
- All Implemented Interfaces:
CfnClusterProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnClusterProps
@Stability(Stable)
@Internal
public static final class CfnClusterProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnClusterProps
An implementation for
CfnClusterProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.dsql.CfnClusterProps
CfnClusterProps.Builder, CfnClusterProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnClusterProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnClusterProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Whether deletion protection is enabled on this cluster.final String
The KMS key that encrypts data on the cluster.final Object
Defines the structure for multi-Region cluster configurations, containing the witness Region and peered cluster settings.getTags()
A map of key and value pairs this cluster is tagged with.final int
hashCode()
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 theCfnClusterProps.Builder
.
-
-
Method Details
-
getDeletionProtectionEnabled
Description copied from interface:CfnClusterProps
Whether deletion protection is enabled on this cluster.- Specified by:
getDeletionProtectionEnabled
in interfaceCfnClusterProps
- See Also:
-
getKmsEncryptionKey
Description copied from interface:CfnClusterProps
The KMS key that encrypts data on the cluster.- Specified by:
getKmsEncryptionKey
in interfaceCfnClusterProps
- See Also:
-
getMultiRegionProperties
Description copied from interface:CfnClusterProps
Defines the structure for multi-Region cluster configurations, containing the witness Region and peered cluster settings.- Specified by:
getMultiRegionProperties
in interfaceCfnClusterProps
- See Also:
-
getTags
Description copied from interface:CfnClusterProps
A map of key and value pairs this cluster is tagged with.- Specified by:
getTags
in interfaceCfnClusterProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-