AWS::QuickSight::DataSet TagColumnOperation - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: String Tags: - ColumnTag

Properties

ColumnName

The column that this operation acts on.

Required: Yes

Type: String

Minimum: 1

Maximum: 128

Update requires: No interruption

Tags

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: 1

Maximum: 16

Update requires: No interruption