Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-uniquekey.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.Mixins.Preview.AWS.QuickSight.Mixins;

             var uniqueKeyProperty = new UniqueKeyProperty {
                 ColumnNames = new [] { "columnNames" }
             };

Synopsis

Properties

ColumnNames

Properties

ColumnNames

string[]? ColumnNames { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-uniquekey.html#cfn-quicksight-dataset-uniquekey-columnnames

Back to top Generated by DocFX