| 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.HeatMapSortConfiguration
Description
Synopsis
- data HeatMapSortConfiguration = HeatMapSortConfiguration' {}
- newHeatMapSortConfiguration :: HeatMapSortConfiguration
- heatMapSortConfiguration_heatMapColumnItemsLimitConfiguration :: Lens' HeatMapSortConfiguration (Maybe ItemsLimitConfiguration)
- heatMapSortConfiguration_heatMapColumnSort :: Lens' HeatMapSortConfiguration (Maybe [FieldSortOptions])
- heatMapSortConfiguration_heatMapRowItemsLimitConfiguration :: Lens' HeatMapSortConfiguration (Maybe ItemsLimitConfiguration)
- heatMapSortConfiguration_heatMapRowSort :: Lens' HeatMapSortConfiguration (Maybe [FieldSortOptions])
Documentation
data HeatMapSortConfiguration Source #
The sort configuration of a heat map.
See: newHeatMapSortConfiguration smart constructor.
Constructors
| HeatMapSortConfiguration' | |
Fields
| |
Instances
newHeatMapSortConfiguration :: HeatMapSortConfiguration Source #
Create a value of HeatMapSortConfiguration 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:heatMapColumnItemsLimitConfiguration:HeatMapSortConfiguration', heatMapSortConfiguration_heatMapColumnItemsLimitConfiguration - The limit on the number of columns that are displayed in a heat map.
$sel:heatMapColumnSort:HeatMapSortConfiguration', heatMapSortConfiguration_heatMapColumnSort - The column sort configuration for heat map for columns that aren't a
part of a field well.
$sel:heatMapRowItemsLimitConfiguration:HeatMapSortConfiguration', heatMapSortConfiguration_heatMapRowItemsLimitConfiguration - The limit on the number of rows that are displayed in a heat map.
$sel:heatMapRowSort:HeatMapSortConfiguration', heatMapSortConfiguration_heatMapRowSort - The field sort configuration of the rows fields.
heatMapSortConfiguration_heatMapColumnItemsLimitConfiguration :: Lens' HeatMapSortConfiguration (Maybe ItemsLimitConfiguration) Source #
The limit on the number of columns that are displayed in a heat map.
heatMapSortConfiguration_heatMapColumnSort :: Lens' HeatMapSortConfiguration (Maybe [FieldSortOptions]) Source #
The column sort configuration for heat map for columns that aren't a part of a field well.
heatMapSortConfiguration_heatMapRowItemsLimitConfiguration :: Lens' HeatMapSortConfiguration (Maybe ItemsLimitConfiguration) Source #
The limit on the number of rows that are displayed in a heat map.
heatMapSortConfiguration_heatMapRowSort :: Lens' HeatMapSortConfiguration (Maybe [FieldSortOptions]) Source #
The field sort configuration of the rows fields.