| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.QuickSight.Types.PivotTableSortConfiguration
Description
Documentation
data PivotTableSortConfiguration Source #
The sort configuration for a PivotTableVisual.
See: newPivotTableSortConfiguration smart constructor.
Constructors
| PivotTableSortConfiguration' | |
Fields
| |
Instances
newPivotTableSortConfiguration :: PivotTableSortConfiguration Source #
Create a value of PivotTableSortConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:fieldSortOptions:PivotTableSortConfiguration', pivotTableSortConfiguration_fieldSortOptions - The field sort options for a pivot table sort configuration.
pivotTableSortConfiguration_fieldSortOptions :: Lens' PivotTableSortConfiguration (Maybe [PivotFieldSortOptions]) Source #
The field sort options for a pivot table sort configuration.