AWS::CleanRooms::Collaboration DataEncryptionMetadata - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::CleanRooms::Collaboration DataEncryptionMetadata

The settings for client-side encryption for cryptographic computing.

Syntax

To declare this entity in your Amazon 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