| 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.FilledMapVisual
Description
Synopsis
- data FilledMapVisual = FilledMapVisual' {}
- newFilledMapVisual :: Text -> FilledMapVisual
- filledMapVisual_actions :: Lens' FilledMapVisual (Maybe [VisualCustomAction])
- filledMapVisual_chartConfiguration :: Lens' FilledMapVisual (Maybe FilledMapConfiguration)
- filledMapVisual_columnHierarchies :: Lens' FilledMapVisual (Maybe [ColumnHierarchy])
- filledMapVisual_conditionalFormatting :: Lens' FilledMapVisual (Maybe FilledMapConditionalFormatting)
- filledMapVisual_subtitle :: Lens' FilledMapVisual (Maybe VisualSubtitleLabelOptions)
- filledMapVisual_title :: Lens' FilledMapVisual (Maybe VisualTitleLabelOptions)
- filledMapVisual_visualId :: Lens' FilledMapVisual Text
Documentation
data FilledMapVisual Source #
A filled map.
For more information, see Creating filled maps in the Amazon QuickSight User Guide.
See: newFilledMapVisual smart constructor.
Constructors
| FilledMapVisual' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> FilledMapVisual |
Create a value of FilledMapVisual 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:FilledMapVisual', filledMapVisual_actions - The list of custom actions that are configured for a visual.
$sel:chartConfiguration:FilledMapVisual', filledMapVisual_chartConfiguration - The configuration settings of the visual.
$sel:columnHierarchies:FilledMapVisual', filledMapVisual_columnHierarchies - The column hierarchy that is used during drill-downs and drill-ups.
$sel:conditionalFormatting:FilledMapVisual', filledMapVisual_conditionalFormatting - The conditional formatting of a FilledMapVisual.
$sel:subtitle:FilledMapVisual', filledMapVisual_subtitle - The subtitle that is displayed on the visual.
$sel:title:FilledMapVisual', filledMapVisual_title - The title that is displayed on the visual.
$sel:visualId:FilledMapVisual', filledMapVisual_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..
filledMapVisual_actions :: Lens' FilledMapVisual (Maybe [VisualCustomAction]) Source #
The list of custom actions that are configured for a visual.
filledMapVisual_chartConfiguration :: Lens' FilledMapVisual (Maybe FilledMapConfiguration) Source #
The configuration settings of the visual.
filledMapVisual_columnHierarchies :: Lens' FilledMapVisual (Maybe [ColumnHierarchy]) Source #
The column hierarchy that is used during drill-downs and drill-ups.
filledMapVisual_conditionalFormatting :: Lens' FilledMapVisual (Maybe FilledMapConditionalFormatting) Source #
The conditional formatting of a FilledMapVisual.
filledMapVisual_subtitle :: Lens' FilledMapVisual (Maybe VisualSubtitleLabelOptions) Source #
The subtitle that is displayed on the visual.
filledMapVisual_title :: Lens' FilledMapVisual (Maybe VisualTitleLabelOptions) Source #
The title that is displayed on the visual.
filledMapVisual_visualId :: Lens' FilledMapVisual 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..