interface GeospatialLayerMapConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.GeospatialLayerMapConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_GeospatialLayerMapConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.GeospatialLayerMapConfigurationProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.GeospatialLayerMapConfigurationProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnAnalysis » 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