interface ColumnDescriptionProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDataSet.ColumnDescriptionProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDataSet.ColumnDescriptionProperty |
Python | aws_cdk.aws_quicksight.CfnDataSet.ColumnDescriptionProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnDataSet » ColumnDescriptionProperty |
Metadata that contains a description for a column.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const columnDescriptionProperty: quicksight.CfnDataSet.ColumnDescriptionProperty = {
text: 'text',
};
Properties
Name | Type | Description |
---|---|---|
text? | string | The text of a description for a column. |
text?
Type:
string
(optional)
The text of a description for a column.