interface FilledMapAggregatedFieldWellsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnAnalysis.FilledMapAggregatedFieldWellsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_FilledMapAggregatedFieldWellsProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnAnalysis.FilledMapAggregatedFieldWellsProperty |
![]() | aws_cdk.aws_quicksight.CfnAnalysis.FilledMapAggregatedFieldWellsProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnAnalysis » 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.