interface ColumnSemanticPropertyProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDataSet.ColumnSemanticPropertyProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDataSet_ColumnSemanticPropertyProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDataSet.ColumnSemanticPropertyProperty |
Python | aws_cdk.aws_quicksight.CfnDataSet.ColumnSemanticPropertyProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnDataSet » ColumnSemanticPropertyProperty |
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 columnSemanticPropertyProperty: quicksight.CfnDataSet.ColumnSemanticPropertyProperty = {
additionalNotes: {
text: 'text',
},
description: {
text: 'text',
},
semanticType: {
geographicalRole: 'geographicalRole',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| additional | IResolvable | Additional | |
| description? | IResolvable | Column | Metadata that contains a description for a column. . |
| semantic | IResolvable | Column |
additionalNotes?
Type:
IResolvable | Additional
(optional)
description?
Type:
IResolvable | Column
(optional)
<p>Metadata that contains a description for a column.
.semanticType?
Type:
IResolvable | Column
(optional)

.NET
Go
Java
Python
TypeScript