AWS::QuickSight::DataSet OutputColumn
Output column.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Description" :
String
, "Name" :String
, "Type" :String
}
YAML
Description:
String
Name:String
Type:String
Properties
Description
-
A description for a column.
Required: No
Type: String
Minimum:
0
Maximum:
500
Update requires: No interruption
Name
-
A display name for the dataset.
Required: No
Type: String
Minimum:
1
Maximum:
128
Update requires: No interruption
Type
-
Type.
Required: No
Type: String
Allowed values:
DATETIME | DECIMAL | INTEGER | STRING
Update requires: No interruption