Interface CfnDataSet.UniqueKeyProperty
- All Superinterfaces:
- software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
- CfnDataSet.UniqueKeyProperty.Jsii$Proxy
- Enclosing class:
- CfnDataSet
@Stability(Stable)
public static interface CfnDataSet.UniqueKeyProperty
extends software.amazon.jsii.JsiiSerializable
Example:
 
 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.quicksight.*;
 UniqueKeyProperty uniqueKeyProperty = UniqueKeyProperty.builder()
         .columnNames(List.of("columnNames"))
         .build();
 - See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataSet.UniqueKeyPropertystatic final classAn implementation forCfnDataSet.UniqueKeyProperty
- 
Method SummaryMethods inherited from interface software.amazon.jsii.JsiiSerializable$jsii$toJson
- 
Method Details- 
getColumnNames- See Also:
 
- 
builder
 
-