aws-cdk-lib.aws_quicksight.CfnDataSet.JoinKeyPropertiesProperty

interface JoinKeyPropertiesProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDataSet.JoinKeyPropertiesProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDataSet_JoinKeyPropertiesProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDataSet.JoinKeyPropertiesProperty
Pythonaws_cdk.aws_quicksight.CfnDataSet.JoinKeyPropertiesProperty
TypeScript aws-cdk-lib » 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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const joinKeyPropertiesProperty: quicksight.CfnDataSet.JoinKeyPropertiesProperty = {
  uniqueKey: false,
};

Properties

NameTypeDescription
uniqueKey?boolean | IResolvableA 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.