AWS::QuickSight::Dashboard GeospatialCoordinateBounds - AWS CloudFormation

AWS::QuickSight::Dashboard 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:

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