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::Template ColumnIdentifier
A column of a data set.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ColumnName" :String, "DataSetIdentifier" :String}
YAML
ColumnName:StringDataSetIdentifier:String
Properties
- ColumnName
- 
                    The name of the column. Required: Yes Type: String Minimum: 1Maximum: 127Update requires: No interruption 
- DataSetIdentifier
- 
                    The data set that the column belongs to. Required: Yes Type: String Minimum: 1Maximum: 2048Update requires: No interruption