amazonka-quicksight-2.0: Amazon QuickSight SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.QuickSight.Types.FilledMapVisual

Description

 
Synopsis

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

Instances details
FromJSON FilledMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapVisual

ToJSON FilledMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapVisual

Generic FilledMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapVisual

Associated Types

type Rep FilledMapVisual :: Type -> Type #

Show FilledMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapVisual

NFData FilledMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapVisual

Methods

rnf :: FilledMapVisual -> () #

Eq FilledMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapVisual

Hashable FilledMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapVisual

type Rep FilledMapVisual Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilledMapVisual

newFilledMapVisual Source #

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_columnHierarchies :: Lens' FilledMapVisual (Maybe [ColumnHierarchy]) Source #

The column hierarchy that is used during drill-downs and drill-ups.

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..