This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::QuickSight::Analysis PivotTableTotalOptions
The total options for a pivot table visual.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ColumnSubtotalOptions" :SubtotalOptions, "ColumnTotalOptions" :PivotTotalOptions, "RowSubtotalOptions" :SubtotalOptions, "RowTotalOptions" :PivotTotalOptions}
YAML
ColumnSubtotalOptions:SubtotalOptionsColumnTotalOptions:PivotTotalOptionsRowSubtotalOptions:SubtotalOptionsRowTotalOptions:PivotTotalOptions
Properties
ColumnSubtotalOptions- 
                    
The column subtotal options.
Required: No
Type: SubtotalOptions
Update requires: No interruption
 ColumnTotalOptions- 
                    
The column total options.
Required: No
Type: PivotTotalOptions
Update requires: No interruption
 RowSubtotalOptions- 
                    
The row subtotal options.
Required: No
Type: SubtotalOptions
Update requires: No interruption
 RowTotalOptions- 
                    
The row total options.
Required: No
Type: PivotTotalOptions
Update requires: No interruption