A transform operation that tags a column with additional information.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"ColumnName" : String
,
"Tags" : [ ColumnTag, ... ]
}
YAML
ColumnName: String
Tags:
- ColumnTag
Properties
ColumnName
-
The column that this operation acts on.
Required: Yes
Type: String
Minimum:
1
Maximum:
127
Update requires: No interruption
-
The dataset column tag, currently only used for geospatial type tagging.
Note
This is not tags for the AWS tagging feature.
Required: Yes
Type: Array of ColumnTag
Minimum:
1
Maximum:
16
Update requires: No interruption