aws-cdk-lib.aws_quicksight.CfnTemplate.GeospatialCoordinateBoundsProperty

interface GeospatialCoordinateBoundsProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.GeospatialCoordinateBoundsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_GeospatialCoordinateBoundsProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.GeospatialCoordinateBoundsProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.GeospatialCoordinateBoundsProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTemplate » GeospatialCoordinateBoundsProperty

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

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const geospatialCoordinateBoundsProperty: quicksight.CfnTemplate.GeospatialCoordinateBoundsProperty = {
  east: 123,
  north: 123,
  south: 123,
  west: 123,
};

Properties

NameTypeDescription
eastnumberThe longitude of the east bound of the geospatial coordinate bounds.
northnumberThe latitude of the north bound of the geospatial coordinate bounds.
southnumberThe latitude of the south bound of the geospatial coordinate bounds.
westnumberThe longitude of the west bound of the geospatial coordinate bounds.

east

Type: number

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


north

Type: number

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


south

Type: number

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


west

Type: number

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