interface JoinKeyPropertiesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnDataSetPropsMixin.JoinKeyPropertiesProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnDataSetPropsMixin_JoinKeyPropertiesProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDataSetPropsMixin.JoinKeyPropertiesProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnDataSetPropsMixin.JoinKeyPropertiesProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnDataSetPropsMixin » 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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const joinKeyPropertiesProperty: quicksight_mixins.CfnDataSetPropsMixin.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 Quick Suite to optimize query performance.

.NET
Go
Java
Python
TypeScript