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::Template PivotTableFieldCollapseStateTarget
The target of a pivot table field collapse state.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "FieldDataPathValues" :[ DataPathValue, ... ], "FieldId" :String}
YAML
FieldDataPathValues:- DataPathValueFieldId:String
Properties
FieldDataPathValues-
The data path of the pivot table's header. Used to set the collapse state.
Required: No
Type: Array of DataPathValue
Minimum:
0Maximum:
20Update requires: No interruption
FieldId-
The field ID of the pivot table that the collapse state needs to be set to.
Required: No
Type: String
Update requires: No interruption