| 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.GeospatialMapFieldWells
Description
Documentation
data GeospatialMapFieldWells Source #
The field wells of a GeospatialMapVisual.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
See: newGeospatialMapFieldWells smart constructor.
Constructors
| GeospatialMapFieldWells' | |
Fields
| |
Instances
newGeospatialMapFieldWells :: GeospatialMapFieldWells Source #
Create a value of GeospatialMapFieldWells 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:geospatialMapAggregatedFieldWells:GeospatialMapFieldWells', geospatialMapFieldWells_geospatialMapAggregatedFieldWells - The aggregated field well for a geospatial map.
geospatialMapFieldWells_geospatialMapAggregatedFieldWells :: Lens' GeospatialMapFieldWells (Maybe GeospatialMapAggregatedFieldWells) Source #
The aggregated field well for a geospatial map.