AWS::QuickSight::Dashboard TotalOptions
The total options for a table visual.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "CustomLabel" :String, "Placement" :String, "ScrollStatus" :String, "TotalCellStyle" :TableCellStyle, "TotalsVisibility" :String}
YAML
CustomLabel:StringPlacement:StringScrollStatus:StringTotalCellStyle:TableCellStyleTotalsVisibility:String
Properties
CustomLabel-
The custom label string for the total cells.
Required: No
Type: String
Update requires: No interruption
Placement-
The placement (start, end) for the total cells.
Required: No
Type: String
Allowed values:
END | STARTUpdate requires: No interruption
ScrollStatus-
The scroll status (pinned, scrolled) for the total cells.
Required: No
Type: String
Allowed values:
PINNED | SCROLLEDUpdate requires: No interruption
TotalCellStyle-
Cell styling options for the total cells.
Required: No
Type: TableCellStyle
Update requires: No interruption
TotalsVisibility-
The visibility configuration for the total cells.
Required: No
Type: String
Allowed values:
HIDDEN | VISIBLEUpdate requires: No interruption