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

Description

 
Synopsis

Documentation

data GeospatialPointStyleOptions Source #

The point style of the geospatial map.

See: newGeospatialPointStyleOptions smart constructor.

Constructors

GeospatialPointStyleOptions' 

Fields

Instances

Instances details
FromJSON GeospatialPointStyleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialPointStyleOptions

ToJSON GeospatialPointStyleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialPointStyleOptions

Generic GeospatialPointStyleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialPointStyleOptions

Associated Types

type Rep GeospatialPointStyleOptions :: Type -> Type #

Read GeospatialPointStyleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialPointStyleOptions

Show GeospatialPointStyleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialPointStyleOptions

NFData GeospatialPointStyleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialPointStyleOptions

Eq GeospatialPointStyleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialPointStyleOptions

Hashable GeospatialPointStyleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialPointStyleOptions

type Rep GeospatialPointStyleOptions Source # 
Instance details

Defined in Amazonka.QuickSight.Types.GeospatialPointStyleOptions

type Rep GeospatialPointStyleOptions = D1 ('MetaData "GeospatialPointStyleOptions" "Amazonka.QuickSight.Types.GeospatialPointStyleOptions" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "GeospatialPointStyleOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clusterMarkerConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ClusterMarkerConfiguration)) :*: S1 ('MetaSel ('Just "selectedPointStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GeospatialSelectedPointStyle))))

newGeospatialPointStyleOptions :: GeospatialPointStyleOptions Source #

Create a value of GeospatialPointStyleOptions 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:clusterMarkerConfiguration:GeospatialPointStyleOptions', geospatialPointStyleOptions_clusterMarkerConfiguration - The cluster marker configuration of the geospatial point style.

$sel:selectedPointStyle:GeospatialPointStyleOptions', geospatialPointStyleOptions_selectedPointStyle - The selected point styles (point, cluster) of the geospatial map.