Class CfnCollaborationPropsMixin.DataEncryptionMetadataProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnCollaborationPropsMixin.DataEncryptionMetadataProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCollaborationPropsMixin.DataEncryptionMetadataProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCollaborationPropsMixin.DataEncryptionMetadataProperty
@Stability(Stable)
@Internal
public static final class CfnCollaborationPropsMixin.DataEncryptionMetadataProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCollaborationPropsMixin.DataEncryptionMetadataProperty
An implementation for
CfnCollaborationPropsMixin.DataEncryptionMetadataProperty-
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.cleanrooms.CfnCollaborationPropsMixin.DataEncryptionMetadataProperty
CfnCollaborationPropsMixin.DataEncryptionMetadataProperty.Builder, CfnCollaborationPropsMixin.DataEncryptionMetadataProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCollaborationPropsMixin.DataEncryptionMetadataProperty.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 encrypted tables can contain cleartext data (TRUE) or are to cryptographically process every column (FALSE).final ObjectIndicates whether Fingerprint columns can contain duplicate entries (TRUE) or are to contain only non-repeated values (FALSE).final ObjectIndicates whether Fingerprint columns can be joined on any other Fingerprint column with a different name (TRUE) or can only be joined on Fingerprint columns of the same name (FALSE).final ObjectIndicates whether NULL values are to be copied as NULL to encrypted tables (TRUE) or cryptographically processed (FALSE).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 theCfnCollaborationPropsMixin.DataEncryptionMetadataProperty.Builder.
-
-
Method Details
-
getAllowCleartext
Description copied from interface:CfnCollaborationPropsMixin.DataEncryptionMetadataPropertyIndicates whether encrypted tables can contain cleartext data (TRUE) or are to cryptographically process every column (FALSE).Returns union: either
BooleanorIResolvable- Specified by:
getAllowCleartextin interfaceCfnCollaborationPropsMixin.DataEncryptionMetadataProperty- See Also:
-
getAllowDuplicates
Description copied from interface:CfnCollaborationPropsMixin.DataEncryptionMetadataPropertyIndicates whether Fingerprint columns can contain duplicate entries (TRUE) or are to contain only non-repeated values (FALSE).Returns union: either
BooleanorIResolvable- Specified by:
getAllowDuplicatesin interfaceCfnCollaborationPropsMixin.DataEncryptionMetadataProperty- See Also:
-
getAllowJoinsOnColumnsWithDifferentNames
Description copied from interface:CfnCollaborationPropsMixin.DataEncryptionMetadataPropertyIndicates whether Fingerprint columns can be joined on any other Fingerprint column with a different name (TRUE) or can only be joined on Fingerprint columns of the same name (FALSE).Returns union: either
BooleanorIResolvable- Specified by:
getAllowJoinsOnColumnsWithDifferentNamesin interfaceCfnCollaborationPropsMixin.DataEncryptionMetadataProperty- See Also:
-
getPreserveNulls
Description copied from interface:CfnCollaborationPropsMixin.DataEncryptionMetadataPropertyIndicates whether NULL values are to be copied as NULL to encrypted tables (TRUE) or cryptographically processed (FALSE).Returns union: either
BooleanorIResolvable- Specified by:
getPreserveNullsin interfaceCfnCollaborationPropsMixin.DataEncryptionMetadataProperty- 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()
-