AWS::QuickSight::Template GeospatialMapConfiguration
The configuration of a GeospatialMapVisual
.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "FieldWells" :
GeospatialMapFieldWells
, "Legend" :LegendOptions
, "MapStyleOptions" :GeospatialMapStyleOptions
, "PointStyleOptions" :GeospatialPointStyleOptions
, "Tooltip" :TooltipOptions
, "VisualPalette" :VisualPalette
, "WindowOptions" :GeospatialWindowOptions
}
YAML
FieldWells:
GeospatialMapFieldWells
Legend:LegendOptions
MapStyleOptions:GeospatialMapStyleOptions
PointStyleOptions:GeospatialPointStyleOptions
Tooltip:TooltipOptions
VisualPalette:VisualPalette
WindowOptions:GeospatialWindowOptions
Properties
FieldWells
-
The field wells of the visual.
Required: No
Type: GeospatialMapFieldWells
Update requires: No interruption
Legend
-
The legend display setup of the visual.
Required: No
Type: LegendOptions
Update requires: No interruption
MapStyleOptions
-
The map style options of the geospatial map.
Required: No
Type: GeospatialMapStyleOptions
Update requires: No interruption
PointStyleOptions
-
The point style options of the geospatial map.
Required: No
Type: GeospatialPointStyleOptions
Update requires: No interruption
Tooltip
-
The tooltip display setup of the visual.
Required: No
Type: TooltipOptions
Update requires: No interruption
VisualPalette
Property description not available.
Required: No
Type: VisualPalette
Update requires: No interruption
WindowOptions
-
The window options of the geospatial map.
Required: No
Type: GeospatialWindowOptions
Update requires: No interruption