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 GeospatialCoordinateBounds
The bound options (north, south, west, east) of the geospatial window options.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
Properties
- East
- 
                    The longitude of the east bound of the geospatial coordinate bounds. Required: Yes Type: Number Minimum: -1800Maximum: 1800Update requires: No interruption 
- North
- 
                    The latitude of the north bound of the geospatial coordinate bounds. Required: Yes Type: Number Minimum: -90Maximum: 90Update requires: No interruption 
- South
- 
                    The latitude of the south bound of the geospatial coordinate bounds. Required: Yes Type: Number Minimum: -90Maximum: 90Update requires: No interruption 
- West
- 
                    The longitude of the west bound of the geospatial coordinate bounds. Required: Yes Type: Number Minimum: -1800Maximum: 1800Update requires: No interruption