This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::QuickSight::DataSet OutputColumn
Output column.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Description" :String, "Name" :String, "SubType" :String, "Type" :String}
YAML
Description:StringName:StringSubType:StringType:String
Properties
Description-
A description for a column.
Required: No
Type: String
Minimum:
0Maximum:
500Update requires: No interruption
Name-
The display name of the column..
Required: No
Type: String
Minimum:
1Maximum:
127Update requires: No interruption
SubType-
The sub data type of the column.
Required: No
Type: String
Allowed values:
FLOAT | FIXEDUpdate requires: No interruption
Type-
The data type of the column.
Required: No
Type: String
Allowed values:
STRING | INTEGER | DECIMAL | DATETIMEUpdate requires: No interruption