Interface CfnCollaboration.DataEncryptionMetadataProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnCollaboration.DataEncryptionMetadataProperty.Jsii$Proxy
Enclosing class:
CfnCollaboration

@Stability(Stable) public static interface CfnCollaboration.DataEncryptionMetadataProperty extends software.amazon.jsii.JsiiSerializable
The settings for client-side encryption for cryptographic computing.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.cleanrooms.*;
 DataEncryptionMetadataProperty dataEncryptionMetadataProperty = DataEncryptionMetadataProperty.builder()
         .allowCleartext(false)
         .allowDuplicates(false)
         .allowJoinsOnColumnsWithDifferentNames(false)
         .preserveNulls(false)
         .build();
 

See Also: