interface GeospatialMapStateProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnAnalysisPropsMixin.GeospatialMapStateProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnAnalysisPropsMixin_GeospatialMapStateProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.GeospatialMapStateProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnAnalysisPropsMixin.GeospatialMapStateProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnAnalysisPropsMixin » 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 { aws_quicksight as quicksight } from '@aws-cdk/cfn-property-mixins';
const geospatialMapStateProperty: quicksight.CfnAnalysisPropsMixin.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