AWS::QuickSight::Template TableCellStyle - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 CloudFormation template, use the following syntax:

JSON

{ "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