Interface CfnDataSetPropsMixin.IUniqueKeyProperty
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnDataSetPropsMixin.IUniqueKeyProperty
Syntax (vb)
Public Interface CfnDataSetPropsMixin.IUniqueKeyProperty
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.Mixins.Preview.AWS.QuickSight.Mixins;
var uniqueKeyProperty = new UniqueKeyProperty {
ColumnNames = new [] { "columnNames" }
};
Synopsis
Properties
| ColumnNames |