aws-cdk-lib.aws_quicksight.CfnDashboard.GeospatialWindowOptionsProperty

interface GeospatialWindowOptionsProperty

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

The window options of the geospatial map visual.

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 geospatialWindowOptionsProperty: quicksight.CfnDashboard.GeospatialWindowOptionsProperty = {
  bounds: {
    east: 123,
    north: 123,
    south: 123,
    west: 123,
  },
  mapZoomMode: 'mapZoomMode',
};

Properties

NameTypeDescription
bounds?IResolvable | GeospatialCoordinateBoundsPropertyThe bounds options (north, south, west, east) of the geospatial window options.
mapZoomMode?stringThe map zoom modes (manual, auto) of the geospatial window options.

bounds?

Type: IResolvable | GeospatialCoordinateBoundsProperty (optional)

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


mapZoomMode?

Type: string (optional)

The map zoom modes (manual, auto) of the geospatial window options.