This is the new AWS 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 AWS CloudFormation template, use the following syntax:
JSON
{ "ColumnId" :String, "ColumnName" :String, "Expression" :String}
YAML
ColumnId:StringColumnName:StringExpression: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:
1Maximum:
64Update requires: No interruption
ColumnName-
Column name.
Required: Yes
Type: String
Minimum:
1Maximum:
127Update requires: No interruption
Expression-
An expression that defines the calculated column.
Required: Yes
Type: String
Minimum:
1Maximum:
250000Update requires: No interruption