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

.NET
Go
Java
Python
TypeScript