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 TransposedTableOption
The column option of the transposed table.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ColumnIndex" :Number, "ColumnType" :String, "ColumnWidth" :String}
YAML
ColumnIndex:NumberColumnType:StringColumnWidth:String
Properties
- ColumnIndex
- 
                    The index of a columns in a transposed table. The index range is 0-9999. Required: No Type: Number Minimum: 0Maximum: 9999Update requires: No interruption 
- ColumnType
- 
                    The column type of the column in a transposed table. Choose one of the following options: - 
                            ROW_HEADER_COLUMN: Refers to the leftmost column of the row header in the transposed table.
- 
                            VALUE_COLUMN: Refers to all value columns in the transposed table.
 Required: Yes Type: String Allowed values: ROW_HEADER_COLUMN | VALUE_COLUMNUpdate requires: No interruption 
- 
                            
- ColumnWidth
- 
                    The width of a column in a transposed table. Required: No Type: String Update requires: No interruption