| 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.PivotFieldSortOptions
Description
Documentation
data PivotFieldSortOptions Source #
The field sort options for a pivot table sort configuration.
See: newPivotFieldSortOptions smart constructor.
Constructors
| PivotFieldSortOptions' | |
Fields
| |
Instances
newPivotFieldSortOptions Source #
Arguments
| :: Text | |
| -> PivotTableSortBy | |
| -> PivotFieldSortOptions |
Create a value of PivotFieldSortOptions 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:fieldId:PivotFieldSortOptions', pivotFieldSortOptions_fieldId - The field ID for the field sort options.
$sel:sortBy:PivotFieldSortOptions', pivotFieldSortOptions_sortBy - The sort by field for the field sort options.
pivotFieldSortOptions_fieldId :: Lens' PivotFieldSortOptions Text Source #
The field ID for the field sort options.
pivotFieldSortOptions_sortBy :: Lens' PivotFieldSortOptions PivotTableSortBy Source #
The sort by field for the field sort options.