This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::QuickSight::Template 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:GeospatialCoordinateBoundsMapZoomMode: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 | MANUALUpdate requires: No interruption