AWS::CleanRooms::Collaboration DataEncryptionMetadata - AWS CloudFormation

AWS::CleanRooms::Collaboration DataEncryptionMetadata

The settings for client-side encryption for cryptographic computing.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "AllowCleartext" : Boolean, "AllowDuplicates" : Boolean, "AllowJoinsOnColumnsWithDifferentNames" : Boolean, "PreserveNulls" : Boolean }

Properties

AllowCleartext

Indicates whether encrypted tables can contain cleartext data (TRUE) or are to cryptographically process every column (FALSE).

Required: Yes

Type: Boolean

Update requires: Replacement

AllowDuplicates

Indicates whether Fingerprint columns can contain duplicate entries (TRUE) or are to contain only non-repeated values (FALSE).

Required: Yes

Type: Boolean

Update requires: Replacement

AllowJoinsOnColumnsWithDifferentNames

Indicates 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).

Required: Yes

Type: Boolean

Update requires: Replacement

PreserveNulls

Indicates whether NULL values are to be copied as NULL to encrypted tables (TRUE) or cryptographically processed (FALSE).

Required: Yes

Type: Boolean

Update requires: Replacement