interface CellValueSynonymProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTopic.CellValueSynonymProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTopic_CellValueSynonymProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTopic.CellValueSynonymProperty |
Python | aws_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
Name | Type | Description |
---|---|---|
cell | string | The 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.