| 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.HeatMapVisual
Description
Synopsis
- data HeatMapVisual = HeatMapVisual' {}
 - newHeatMapVisual :: Text -> HeatMapVisual
 - heatMapVisual_actions :: Lens' HeatMapVisual (Maybe [VisualCustomAction])
 - heatMapVisual_chartConfiguration :: Lens' HeatMapVisual (Maybe HeatMapConfiguration)
 - heatMapVisual_columnHierarchies :: Lens' HeatMapVisual (Maybe [ColumnHierarchy])
 - heatMapVisual_subtitle :: Lens' HeatMapVisual (Maybe VisualSubtitleLabelOptions)
 - heatMapVisual_title :: Lens' HeatMapVisual (Maybe VisualTitleLabelOptions)
 - heatMapVisual_visualId :: Lens' HeatMapVisual Text
 
Documentation
data HeatMapVisual Source #
A heat map.
For more information, see Using heat maps in the Amazon QuickSight User Guide.
See: newHeatMapVisual smart constructor.
Constructors
| HeatMapVisual' | |
Fields 
  | |
Instances
Arguments
| :: Text | |
| -> HeatMapVisual | 
Create a value of HeatMapVisual 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:actions:HeatMapVisual', heatMapVisual_actions - The list of custom actions that are configured for a visual.
$sel:chartConfiguration:HeatMapVisual', heatMapVisual_chartConfiguration - The configuration of a heat map.
$sel:columnHierarchies:HeatMapVisual', heatMapVisual_columnHierarchies - The column hierarchy that is used during drill-downs and drill-ups.
$sel:subtitle:HeatMapVisual', heatMapVisual_subtitle - The subtitle that is displayed on the visual.
$sel:title:HeatMapVisual', heatMapVisual_title - The title that is displayed on the visual.
$sel:visualId:HeatMapVisual', heatMapVisual_visualId - The unique identifier of a visual. This identifier must be unique within
 the context of a dashboard, template, or analysis. Two dashboards,
 analyses, or templates can have visuals with the same identifiers.
heatMapVisual_actions :: Lens' HeatMapVisual (Maybe [VisualCustomAction]) Source #
The list of custom actions that are configured for a visual.
heatMapVisual_chartConfiguration :: Lens' HeatMapVisual (Maybe HeatMapConfiguration) Source #
The configuration of a heat map.
heatMapVisual_columnHierarchies :: Lens' HeatMapVisual (Maybe [ColumnHierarchy]) Source #
The column hierarchy that is used during drill-downs and drill-ups.
heatMapVisual_subtitle :: Lens' HeatMapVisual (Maybe VisualSubtitleLabelOptions) Source #
The subtitle that is displayed on the visual.
heatMapVisual_title :: Lens' HeatMapVisual (Maybe VisualTitleLabelOptions) Source #
The title that is displayed on the visual.
heatMapVisual_visualId :: Lens' HeatMapVisual Text Source #
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.