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 CreateColumnsOperation
A transform operation that creates calculated columns. Columns created in one such operation form a lexical closure.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Alias" :String, "Columns" :[ CalculatedColumn, ... ], "Source" :TransformOperationSource}
YAML
Alias:StringColumns:- CalculatedColumnSource:TransformOperationSource
Properties
AliasProperty description not available.
Required: No
Type: String
Minimum:
1Maximum:
64Update requires: No interruption
Columns-
Calculated columns to create.
Required: Yes
Type: Array of CalculatedColumn
Minimum:
0Maximum:
256Update requires: No interruption
SourceProperty description not available.
Required: No
Type: TransformOperationSource
Update requires: No interruption