Class CfnCollaboration.DataEncryptionMetadataProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cleanrooms.CfnCollaboration.DataEncryptionMetadataProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCollaboration.DataEncryptionMetadataProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCollaboration.DataEncryptionMetadataProperty
@Stability(Stable)
@Internal
public static final class CfnCollaboration.DataEncryptionMetadataProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCollaboration.DataEncryptionMetadataProperty
An implementation for
CfnCollaboration.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.services.cleanrooms.CfnCollaboration.DataEncryptionMetadataProperty
CfnCollaboration.DataEncryptionMetadataProperty.Builder, CfnCollaboration.DataEncryptionMetadataProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCollaboration.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 theCfnCollaboration.DataEncryptionMetadataProperty.Builder.
-
-
Method Details
-
getAllowCleartext
Description copied from interface:CfnCollaboration.DataEncryptionMetadataPropertyIndicates whether encrypted tables can contain cleartext data (TRUE) or are to cryptographically process every column (FALSE).Returns union: either
BooleanorIResolvable- Specified by:
getAllowCleartextin interfaceCfnCollaboration.DataEncryptionMetadataProperty- See Also:
-
getAllowDuplicates
Description copied from interface:CfnCollaboration.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 interfaceCfnCollaboration.DataEncryptionMetadataProperty- See Also:
-
getAllowJoinsOnColumnsWithDifferentNames
Description copied from interface:CfnCollaboration.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 interfaceCfnCollaboration.DataEncryptionMetadataProperty- See Also:
-
getPreserveNulls
Description copied from interface:CfnCollaboration.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 interfaceCfnCollaboration.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()
-