interface FilledMapConfigurationProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.FilledMapConfigurationProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_FilledMapConfigurationProperty | 
|  Java | software.amazon.awscdk.services.quicksight.CfnDashboard.FilledMapConfigurationProperty | 
|  Python | aws_cdk.aws_quicksight.CfnDashboard.FilledMapConfigurationProperty | 
|  TypeScript | aws-cdk-lib»aws_quicksight»CfnDashboard»FilledMapConfigurationProperty | 
The configuration for a FilledMapVisual .
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description | 
|---|---|---|
| field | IResolvable | Filled | The field wells of the visual. | 
| interactions? | IResolvable | Visual | The general visual interactions setup for a visual. | 
| legend? | IResolvable | Legend | The legend display setup of the visual. | 
| map | IResolvable | Geospatial | The map style options of the filled map visual. | 
| sort | IResolvable | Filled | The sort configuration of a FilledMapVisual. | 
| tooltip? | IResolvable | Tooltip | The tooltip display setup of the visual. | 
| window | IResolvable | Geospatial | The window options of the filled map visual. | 
fieldWells?
Type:
IResolvable | Filled
(optional)
The field wells of the visual.
interactions?
Type:
IResolvable | Visual
(optional)
The general visual interactions setup for a visual.
legend?
Type:
IResolvable | Legend
(optional)
The legend display setup of the visual.
mapStyleOptions?
Type:
IResolvable | Geospatial
(optional)
The map style options of the filled map visual.
sortConfiguration?
Type:
IResolvable | Filled
(optional)
The sort configuration of a FilledMapVisual .
tooltip?
Type:
IResolvable | Tooltip
(optional)
The tooltip display setup of the visual.
windowOptions?
Type:
IResolvable | Geospatial
(optional)
The window options of the filled map visual.
