AWS::QuickSight::Dashboard GeospatialWindowOptions
The window options of the geospatial map visual.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Bounds" :
GeospatialCoordinateBounds
, "MapZoomMode" :String
}
YAML
Bounds:
GeospatialCoordinateBounds
MapZoomMode:String
Properties
Bounds
-
The bounds options (north, south, west, east) of the geospatial window options.
Required: No
Type: GeospatialCoordinateBounds
Update requires: No interruption
MapZoomMode
-
The map zoom modes (manual, auto) of the geospatial window options.
Required: No
Type: String
Allowed values:
AUTO | MANUAL
Update requires: No interruption