Show / Hide Table of Contents

Interface CfnConfiguredTable.IDifferentialPrivacyColumnProperty

Specifies the name of the column that contains the unique identifier of your users, whose privacy you want to protect.

Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConfiguredTable.IDifferentialPrivacyColumnProperty
Syntax (vb)
Public Interface CfnConfiguredTable.IDifferentialPrivacyColumnProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-configuredtable-differentialprivacycolumn.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Aws_cleanrooms;

             var differentialPrivacyColumnProperty = new DifferentialPrivacyColumnProperty {
                 Name = "name"
             };

Synopsis

Properties

Name

The name of the column, such as user_id, that contains the unique identifier of your users, whose privacy you want to protect.

Properties

Name

The name of the column, such as user_id, that contains the unique identifier of your users, whose privacy you want to protect.

string Name { get; }
Property Value

string

Remarks

If you want to turn on differential privacy for two or more tables in a collaboration, you must configure the same column as the user identifier column in both analysis rules.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-configuredtable-differentialprivacycolumn.html#cfn-cleanrooms-configuredtable-differentialprivacycolumn-name

Back to top Generated by DocFX