Interface CfnConfiguredTable.DifferentialPrivacyColumnProperty

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

@Stability(Stable) public static interface CfnConfiguredTable.DifferentialPrivacyColumnProperty extends software.amazon.jsii.JsiiSerializable
Specifies the name of the column that contains the unique identifier of your users, whose privacy you want to protect.

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.*;
 DifferentialPrivacyColumnProperty differentialPrivacyColumnProperty = DifferentialPrivacyColumnProperty.builder()
         .name("name")
         .build();
 

See Also: