Show / Hide Table of Contents

Class CfnCollaboration.DataEncryptionMetadataProperty

The settings for client-side encryption for cryptographic computing.

Inheritance
object
CfnCollaboration.DataEncryptionMetadataProperty
Implements
CfnCollaboration.IDataEncryptionMetadataProperty
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 CfnCollaboration.DataEncryptionMetadataProperty : CfnCollaboration.IDataEncryptionMetadataProperty
Syntax (vb)
Public Class CfnCollaboration.DataEncryptionMetadataProperty Implements CfnCollaboration.IDataEncryptionMetadataProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-collaboration-dataencryptionmetadata.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 dataEncryptionMetadataProperty = new DataEncryptionMetadataProperty {
                 AllowCleartext = false,
                 AllowDuplicates = false,
                 AllowJoinsOnColumnsWithDifferentNames = false,
                 PreserveNulls = false
             };

Synopsis

Constructors

DataEncryptionMetadataProperty()

The settings for client-side encryption for cryptographic computing.

Properties

AllowCleartext

Indicates whether encrypted tables can contain cleartext data ( TRUE ) or are to cryptographically process every column ( FALSE ).

AllowDuplicates

Indicates whether Fingerprint columns can contain duplicate entries ( TRUE ) or are to contain only non-repeated values ( FALSE ).

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 ).

PreserveNulls

Indicates whether NULL values are to be copied as NULL to encrypted tables ( TRUE ) or cryptographically processed ( FALSE ).

Constructors

DataEncryptionMetadataProperty()

The settings for client-side encryption for cryptographic computing.

public DataEncryptionMetadataProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-collaboration-dataencryptionmetadata.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 dataEncryptionMetadataProperty = new DataEncryptionMetadataProperty {
                 AllowCleartext = false,
                 AllowDuplicates = false,
                 AllowJoinsOnColumnsWithDifferentNames = false,
                 PreserveNulls = false
             };

Properties

AllowCleartext

Indicates whether encrypted tables can contain cleartext data ( TRUE ) or are to cryptographically process every column ( FALSE ).

public object AllowCleartext { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-collaboration-dataencryptionmetadata.html#cfn-cleanrooms-collaboration-dataencryptionmetadata-allowcleartext

AllowDuplicates

Indicates whether Fingerprint columns can contain duplicate entries ( TRUE ) or are to contain only non-repeated values ( FALSE ).

public object AllowDuplicates { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-collaboration-dataencryptionmetadata.html#cfn-cleanrooms-collaboration-dataencryptionmetadata-allowduplicates

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 ).

public object AllowJoinsOnColumnsWithDifferentNames { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-collaboration-dataencryptionmetadata.html#cfn-cleanrooms-collaboration-dataencryptionmetadata-allowjoinsoncolumnswithdifferentnames

PreserveNulls

Indicates whether NULL values are to be copied as NULL to encrypted tables ( TRUE ) or cryptographically processed ( FALSE ).

public object PreserveNulls { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-collaboration-dataencryptionmetadata.html#cfn-cleanrooms-collaboration-dataencryptionmetadata-preservenulls

Implements

CfnCollaboration.IDataEncryptionMetadataProperty
Back to top Generated by DocFX