AWS::QuickSight::Analysis GeospatialCoordinateBounds - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::QuickSight::Analysis GeospatialCoordinateBounds

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

Syntax

To declare this entity in your Amazon 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