interface FilledMapAggregatedFieldWellsProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.FilledMapAggregatedFieldWellsProperty | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_FilledMapAggregatedFieldWellsProperty | 
  Java | software.amazon.awscdk.services.quicksight.CfnDashboard.FilledMapAggregatedFieldWellsProperty | 
  Python | aws_cdk.aws_quicksight.CfnDashboard.FilledMapAggregatedFieldWellsProperty | 
  TypeScript  | aws-cdk-lib » aws_quicksight » CfnDashboard » FilledMapAggregatedFieldWellsProperty | 
The aggregated field well of the filled map.
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description | 
|---|---|---|
| geospatial? | IResolvable | (IResolvable | Dimension)[] | The aggregated location field well of the filled map. | 
| values? | IResolvable | (IResolvable | Measure)[] | The aggregated color field well of a filled map. | 
geospatial?
Type:
IResolvable | (IResolvable | Dimension)[]
(optional)
The aggregated location field well of the filled map.
Values are grouped by location fields.
values?
Type:
IResolvable | (IResolvable | Measure)[]
(optional)
The aggregated color field well of a filled map.
Values are aggregated based on location fields.

 .NET
 Go
 Java
 Python
 TypeScript