Show / Hide Table of Contents

Class CfnConfiguredTable.DifferentialPrivacyColumnProperty

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

Inheritance
object
CfnConfiguredTable.DifferentialPrivacyColumnProperty
Implements
CfnConfiguredTable.IDifferentialPrivacyColumnProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConfiguredTable.DifferentialPrivacyColumnProperty : CfnConfiguredTable.IDifferentialPrivacyColumnProperty
Syntax (vb)
Public Class CfnConfiguredTable.DifferentialPrivacyColumnProperty Implements 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

Constructors

DifferentialPrivacyColumnProperty()

Specifies the name of the column 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.

Constructors

DifferentialPrivacyColumnProperty()

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

public DifferentialPrivacyColumnProperty()
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"
             };

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.

public string Name { get; set; }
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

Implements

CfnConfiguredTable.IDifferentialPrivacyColumnProperty
Back to top Generated by DocFX