interface GeospatialLayerMapConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnDashboardPropsMixin.GeospatialLayerMapConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnDashboardPropsMixin_GeospatialLayerMapConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDashboardPropsMixin.GeospatialLayerMapConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnDashboardPropsMixin.GeospatialLayerMapConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnDashboardPropsMixin » GeospatialLayerMapConfigurationProperty |
The map definition that defines map state, map style, and geospatial layers.
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description |
|---|---|---|
| interactions? | IResolvable | Visual | |
| legend? | IResolvable | Legend | |
| map | IResolvable | (IResolvable | Geospatial)[] | The geospatial layers to visualize on the map. |
| map | IResolvable | Geospatial | The map state properties for the map. |
| map | IResolvable | Geospatial | The map style properties for the map. |
interactions?
Type:
IResolvable | Visual
(optional)
legend?
Type:
IResolvable | Legend
(optional)
mapLayers?
Type:
IResolvable | (IResolvable | Geospatial)[]
(optional)
The geospatial layers to visualize on the map.
mapState?
Type:
IResolvable | Geospatial
(optional)
The map state properties for the map.
mapStyle?
Type:
IResolvable | Geospatial
(optional)
The map style properties for the map.

.NET
Go
Java
Python
TypeScript