This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::QuickSight::DataSet TagColumnOperation
A transform operation that tags a column with additional information.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ColumnName" :String, "Tags" :[ ColumnTag, ... ]}
YAML
ColumnName:StringTags:- ColumnTag
Properties
ColumnName-
The column that this operation acts on.
Required: Yes
Type: String
Minimum:
1Maximum:
127Update requires: No interruption
-
The dataset column tag, currently only used for geospatial type tagging.
Note
This is not tags for the Amazon tagging feature.
Required: Yes
Type: Array of ColumnTag
Minimum:
1Maximum:
16Update requires: No interruption