AWS::QuickSight::DataSet CalculatedColumn - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::QuickSight::DataSet CalculatedColumn

A calculated column for a dataset.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "ColumnId" : String, "ColumnName" : String, "Expression" : String }

YAML

ColumnId: String ColumnName: String Expression: String

Properties

ColumnId

A unique ID to identify a calculated column. During a dataset update, if the column ID of a calculated column matches that of an existing calculated column, Quick Sight preserves the existing calculated column.

Required: Yes

Type: String

Minimum: 1

Maximum: 64

Update requires: No interruption

ColumnName

Column name.

Required: Yes

Type: String

Minimum: 1

Maximum: 127

Update requires: No interruption

Expression

An expression that defines the calculated column.

Required: Yes

Type: String

Minimum: 1

Maximum: 250000

Update requires: No interruption