Class CfnConfiguredTablePropsMixin.ComparisonControlsProperty
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.CleanRooms
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnConfiguredTablePropsMixin.ComparisonControlsProperty : CfnConfiguredTablePropsMixin.IComparisonControlsProperty
Syntax (vb)
Public Class CfnConfiguredTablePropsMixin.ComparisonControlsProperty Implements CfnConfiguredTablePropsMixin.IComparisonControlsProperty
Remarks
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.CfnPropertyMixins.AWS.CleanRooms;
var comparisonControlsProperty = new ComparisonControlsProperty {
AllowedColumnComparisonColumns = new [] { "allowedColumnComparisonColumns" },
AllowedLiteralComparisonColumns = new [] { "allowedLiteralComparisonColumns" }
};
Synopsis
Constructors
| ComparisonControlsProperty() |
Properties
| AllowedColumnComparisonColumns | |
| AllowedLiteralComparisonColumns |
Constructors
ComparisonControlsProperty()
public ComparisonControlsProperty()
Remarks
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.CfnPropertyMixins.AWS.CleanRooms;
var comparisonControlsProperty = new ComparisonControlsProperty {
AllowedColumnComparisonColumns = new [] { "allowedColumnComparisonColumns" },
AllowedLiteralComparisonColumns = new [] { "allowedLiteralComparisonColumns" }
};