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 TableCellStyle
The table cell style for a cell in pivot table or table visual.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "BackgroundColor" :String, "Border" :GlobalTableBorderOptions, "FontConfiguration" :FontConfiguration, "Height" :Number, "HorizontalTextAlignment" :String, "TextWrap" :String, "VerticalTextAlignment" :String, "Visibility" :}
YAML
BackgroundColor:StringBorder:GlobalTableBorderOptionsFontConfiguration:FontConfigurationHeight:NumberHorizontalTextAlignment:StringTextWrap:StringVerticalTextAlignment:StringVisibility:
Properties
- BackgroundColor
- 
                    The background color for the table cells. Required: No Type: String Pattern: ^#[A-F0-9]{6}$Update requires: No interruption 
- Border
- 
                    The borders for the table cells. Required: No Type: GlobalTableBorderOptions Update requires: No interruption 
- FontConfiguration
- 
                    The font configuration of the table cells. Required: No Type: FontConfiguration Update requires: No interruption 
- Height
- 
                    The height color for the table cells. Required: No Type: Number Minimum: 8Maximum: 500Update requires: No interruption 
- HorizontalTextAlignment
- 
                    The horizontal text alignment (left, center, right, auto) for the table cells. Required: No Type: String Allowed values: LEFT | CENTER | RIGHT | AUTOUpdate requires: No interruption 
- TextWrap
- 
                    The text wrap (none, wrap) for the table cells. Required: No Type: String Allowed values: NONE | WRAPUpdate requires: No interruption 
- VerticalTextAlignment
- 
                    The vertical text alignment (top, middle, bottom) for the table cells. Required: No Type: String Allowed values: TOP | MIDDLE | BOTTOM | AUTOUpdate requires: No interruption 
- Visibility
- 
                    The visibility of the table cells. Required: No Type: Allowed values: HIDDEN | VISIBLEUpdate requires: No interruption