The sort by field for the field sort options.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"Column" : ColumnSort
,
"DataPath" : DataPathSort
,
"Field" : FieldSort
}
YAML
Column:
ColumnSort
DataPath:
DataPathSort
Field:
FieldSort
Properties
Column
-
The column sort (field id, direction) for the pivot table sort by options.
Required: No
Type: ColumnSort
Update requires: No interruption
DataPath
-
The data path sort (data path value, direction) for the pivot table sort by options.
Required: No
Type: DataPathSort
Update requires: No interruption
Field
-
The field sort (field id, direction) for the pivot table sort by options.
Required: No
Type: FieldSort
Update requires: No interruption