interface JoinKeyPropertiesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDataSet.JoinKeyPropertiesProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDataSet.JoinKeyPropertiesProperty |
Python | aws_cdk.aws_quicksight.CfnDataSet.JoinKeyPropertiesProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnDataSet » JoinKeyPropertiesProperty |
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 * as quicksight from '@aws-cdk/aws-quicksight';
const joinKeyPropertiesProperty: quicksight.CfnDataSet.JoinKeyPropertiesProperty = {
uniqueKey: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| unique | boolean | IResolvable | A value that indicates that a row in a table is uniquely identified by the columns in a join key. |
uniqueKey?
Type:
boolean | IResolvable
(optional)
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.

.NET
Java
Python
TypeScript