| 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.TreeMapSortConfiguration
Description
Synopsis
- data TreeMapSortConfiguration = TreeMapSortConfiguration' {}
- newTreeMapSortConfiguration :: TreeMapSortConfiguration
- treeMapSortConfiguration_treeMapGroupItemsLimitConfiguration :: Lens' TreeMapSortConfiguration (Maybe ItemsLimitConfiguration)
- treeMapSortConfiguration_treeMapSort :: Lens' TreeMapSortConfiguration (Maybe [FieldSortOptions])
Documentation
data TreeMapSortConfiguration Source #
The sort configuration of a tree map.
See: newTreeMapSortConfiguration smart constructor.
Constructors
| TreeMapSortConfiguration' | |
Fields
| |
Instances
newTreeMapSortConfiguration :: TreeMapSortConfiguration Source #
Create a value of TreeMapSortConfiguration 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:treeMapGroupItemsLimitConfiguration:TreeMapSortConfiguration', treeMapSortConfiguration_treeMapGroupItemsLimitConfiguration - The limit on the number of groups that are displayed.
$sel:treeMapSort:TreeMapSortConfiguration', treeMapSortConfiguration_treeMapSort - The sort configuration of group by fields.
treeMapSortConfiguration_treeMapGroupItemsLimitConfiguration :: Lens' TreeMapSortConfiguration (Maybe ItemsLimitConfiguration) Source #
The limit on the number of groups that are displayed.
treeMapSortConfiguration_treeMapSort :: Lens' TreeMapSortConfiguration (Maybe [FieldSortOptions]) Source #
The sort configuration of group by fields.