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

Description

 
Synopsis

Documentation

data GeospatialMapConfiguration Source #

The configuration of a GeospatialMapVisual.

See: newGeospatialMapConfiguration smart constructor.

Constructors

GeospatialMapConfiguration' 

Fields

Instances

Instances details
FromJSON GeospatialMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapConfiguration

ToJSON GeospatialMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapConfiguration

Generic GeospatialMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapConfiguration

Associated Types

type Rep GeospatialMapConfiguration :: Type -> Type #

Show GeospatialMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapConfiguration

NFData GeospatialMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapConfiguration

Eq GeospatialMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapConfiguration

Hashable GeospatialMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapConfiguration

type Rep GeospatialMapConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialMapConfiguration

newGeospatialMapConfiguration :: GeospatialMapConfiguration Source #

Create a value of GeospatialMapConfiguration 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:fieldWells:GeospatialMapConfiguration', geospatialMapConfiguration_fieldWells - The field wells of the visual.

$sel:legend:GeospatialMapConfiguration', geospatialMapConfiguration_legend - The legend display setup of the visual.

$sel:mapStyleOptions:GeospatialMapConfiguration', geospatialMapConfiguration_mapStyleOptions - The map style options of the geospatial map.

$sel:pointStyleOptions:GeospatialMapConfiguration', geospatialMapConfiguration_pointStyleOptions - The point style options of the geospatial map.

$sel:tooltip:GeospatialMapConfiguration', geospatialMapConfiguration_tooltip - The tooltip display setup of the visual.

$sel:visualPalette:GeospatialMapConfiguration', geospatialMapConfiguration_visualPalette - Undocumented member.

$sel:windowOptions:GeospatialMapConfiguration', geospatialMapConfiguration_windowOptions - The window options of the geospatial map.