Interface CfnDataSet.JoinKeyPropertiesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSet.JoinKeyPropertiesProperty.Jsii$Proxy
- Enclosing class:
CfnDataSet
@Stability(Stable)
public static interface CfnDataSet.JoinKeyPropertiesProperty
extends software.amazon.jsii.JsiiSerializable
Properties associated with the columns participating in a join.
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.*; JoinKeyPropertiesProperty joinKeyPropertiesProperty = JoinKeyPropertiesProperty.builder() .uniqueKey(false) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDataSet.JoinKeyPropertiesProperty
static final class
An implementation forCfnDataSet.JoinKeyPropertiesProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getUniqueKey
A value that indicates that a row in a table is uniquely identified by the columns in a join key.This is used by Amazon QuickSight to optimize query performance.
- See Also:
-
builder
-