AWS::QuickSight::Analysis GeospatialCoordinateBounds - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::QuickSight::Analysis GeospatialCoordinateBounds

The bound options (north, south, west, east) of the geospatial window options.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "East" : Number, "North" : Number, "South" : Number, "West" : Number }

YAML

East: Number North: Number South: Number West: Number

Properties

East

The longitude of the east bound of the geospatial coordinate bounds.

Required: Yes

Type: Number

Minimum: -1800

Maximum: 1800

Update requires: No interruption

North

The latitude of the north bound of the geospatial coordinate bounds.

Required: Yes

Type: Number

Minimum: -90

Maximum: 90

Update requires: No interruption

South

The latitude of the south bound of the geospatial coordinate bounds.

Required: Yes

Type: Number

Minimum: -90

Maximum: 90

Update requires: No interruption

West

The longitude of the west bound of the geospatial coordinate bounds.

Required: Yes

Type: Number

Minimum: -1800

Maximum: 1800

Update requires: No interruption