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 CastColumnTypeOperation
A transform operation that casts a column to a different type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ColumnName" :String, "Format" :String, "NewColumnType" :String, "SubType" :String}
YAML
ColumnName:StringFormat:StringNewColumnType:StringSubType:String
Properties
ColumnName-
Column name.
Required: Yes
Type: String
Minimum:
1Maximum:
127Update requires: No interruption
Format-
When casting a column from string to datetime type, you can supply a string in a format supported by Quick Sight to denote the source data format.
Required: No
Type: String
Minimum:
0Maximum:
32Update requires: No interruption
NewColumnType-
New column data type.
Required: Yes
Type: String
Allowed values:
STRING | INTEGER | DECIMAL | DATETIMEUpdate requires: No interruption
SubType-
The sub data type of the new column. Sub types are only available for decimal columns that are part of a SPICE dataset.
Required: No
Type: String
Allowed values:
FLOAT | FIXEDUpdate requires: No interruption