interface FilledMapAggregatedFieldWellsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnTemplatePropsMixin.FilledMapAggregatedFieldWellsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnTemplatePropsMixin_FilledMapAggregatedFieldWellsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.FilledMapAggregatedFieldWellsProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnTemplatePropsMixin.FilledMapAggregatedFieldWellsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnTemplatePropsMixin » 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