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 PivotTableFieldCollapseStateOption
The collapse state options for the pivot table field options.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "State" :String, "Target" :PivotTableFieldCollapseStateTarget}
YAML
State:StringTarget:PivotTableFieldCollapseStateTarget
Properties
State-
The state of the field target of a pivot table. Choose one of the following options:
-
COLLAPSED -
EXPANDED
Required: No
Type: String
Allowed values:
COLLAPSED | EXPANDEDUpdate requires: No interruption
-
Target-
A tagged-union object that sets the collapse state.
Required: Yes
Type: PivotTableFieldCollapseStateTarget
Update requires: No interruption