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 PivotTableFieldOptions
The field options for a pivot table visual.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CollapseStateOptions" :[ PivotTableFieldCollapseStateOption, ... ], "DataPathOptions" :[ PivotTableDataPathOption, ... ], "SelectedFieldOptions" :[ PivotTableFieldOption, ... ]}
YAML
CollapseStateOptions:- PivotTableFieldCollapseStateOptionDataPathOptions:- PivotTableDataPathOptionSelectedFieldOptions:- PivotTableFieldOption
Properties
- CollapseStateOptions
- 
                    The collapse state options for the pivot table field options. Required: No Type: Array of PivotTableFieldCollapseStateOption Update requires: No interruption 
- DataPathOptions
- 
                    The data path options for the pivot table field options. Required: No Type: Array of PivotTableDataPathOption Minimum: 0Maximum: 100Update requires: No interruption 
- SelectedFieldOptions
- 
                    The selected field options for the pivot table field options. Required: No Type: Array of PivotTableFieldOption Minimum: 0Maximum: 100Update requires: No interruption