AWS::QuickSight::Dashboard 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" :String
}
YAML
BackgroundColor:
String
Border:GlobalTableBorderOptions
FontConfiguration:FontConfiguration
Height:Number
HorizontalTextAlignment:String
TextWrap:String
VerticalTextAlignment:String
Visibility:String
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:
8
Maximum:
500
Update 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 | AUTO
Update requires: No interruption
TextWrap
-
The text wrap (none, wrap) for the table cells.
Required: No
Type: String
Allowed values:
NONE | WRAP
Update requires: No interruption
VerticalTextAlignment
-
The vertical text alignment (top, middle, bottom) for the table cells.
Required: No
Type: String
Allowed values:
TOP | MIDDLE | BOTTOM | AUTO
Update requires: No interruption
Visibility
-
The visibility of the table cells.
Required: No
Type: String
Allowed values:
HIDDEN | VISIBLE
Update requires: No interruption