interface ColumnTagProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDataSet.ColumnTagProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDataSet.ColumnTagProperty |
Python | aws_cdk.aws_quicksight.CfnDataSet.ColumnTagProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnDataSet » ColumnTagProperty |
A tag for a column in a [TagColumnOperation](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_TagColumnOperation.html)
structure. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.
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 columnTagProperty: quicksight.CfnDataSet.ColumnTagProperty = {
columnDescription: {
text: 'text',
},
columnGeographicRole: 'columnGeographicRole',
};
Properties
Name | Type | Description |
---|---|---|
column | IResolvable | Column | A description for a column. |
column | string | A geospatial role for a column. |
columnDescription?
Type:
IResolvable
|
Column
(optional)
A description for a column.
columnGeographicRole?
Type:
string
(optional)
A geospatial role for a column.