interface GeospatialMapStateProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnDashboardPropsMixin.GeospatialMapStateProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnDashboardPropsMixin_GeospatialMapStateProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDashboardPropsMixin.GeospatialMapStateProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnDashboardPropsMixin.GeospatialMapStateProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnDashboardPropsMixin » GeospatialMapStateProperty |
The map state properties for a map.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const geospatialMapStateProperty: quicksight_mixins.CfnDashboardPropsMixin.GeospatialMapStateProperty = {
bounds: {
east: 123,
north: 123,
south: 123,
west: 123,
},
mapNavigation: 'mapNavigation',
};
Properties
| Name | Type | Description |
|---|---|---|
| bounds? | IResolvable | Geospatial | |
| map | string | Enables or disables map navigation for a map. |
bounds?
Type:
IResolvable | Geospatial
(optional)
mapNavigation?
Type:
string
(optional)
Enables or disables map navigation for a map.

.NET
Go
Java
Python
TypeScript