aws-cdk-lib.aws_quicksight.CfnTopic.CellValueSynonymProperty

interface CellValueSynonymProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTopic.CellValueSynonymProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTopic_CellValueSynonymProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTopic.CellValueSynonymProperty
Pythonaws_cdk.aws_quicksight.CfnTopic.CellValueSynonymProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTopic » CellValueSynonymProperty

A structure that represents the cell value synonym.

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 cellValueSynonymProperty: quicksight.CfnTopic.CellValueSynonymProperty = {
  cellValue: 'cellValue',
  synonyms: ['synonyms'],
};

Properties

NameTypeDescription
cellValue?stringThe cell value.
synonyms?string[]Other names or aliases for the cell value.

cellValue?

Type: string (optional)

The cell value.


synonyms?

Type: string[] (optional)

Other names or aliases for the cell value.