interface FilledMapAggregatedFieldWellsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnAnalysisPropsMixin.FilledMapAggregatedFieldWellsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnAnalysisPropsMixin_FilledMapAggregatedFieldWellsProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.FilledMapAggregatedFieldWellsProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnAnalysisPropsMixin.FilledMapAggregatedFieldWellsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnAnalysisPropsMixin » 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