This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::QuickSight::Analysis GeospatialWindowOptions
The window options of the geospatial map visual.
Syntax
To declare this entity in your Amazon 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