interface GeospatialMapAggregatedFieldWellsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnTemplatePropsMixin.GeospatialMapAggregatedFieldWellsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnTemplatePropsMixin_GeospatialMapAggregatedFieldWellsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.GeospatialMapAggregatedFieldWellsProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnTemplatePropsMixin.GeospatialMapAggregatedFieldWellsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnTemplatePropsMixin » GeospatialMapAggregatedFieldWellsProperty |
The aggregated field wells for a geospatial map.
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description |
|---|---|---|
| colors? | IResolvable | (IResolvable | Dimension)[] | The color field wells of a geospatial map. |
| geospatial? | IResolvable | (IResolvable | Dimension)[] | The geospatial field wells of a geospatial map. |
| values? | IResolvable | (IResolvable | Measure)[] | The size field wells of a geospatial map. |
colors?
Type:
IResolvable | (IResolvable | Dimension)[]
(optional)
The color field wells of a geospatial map.
geospatial?
Type:
IResolvable | (IResolvable | Dimension)[]
(optional)
The geospatial field wells of a geospatial map.
Values are grouped by geospatial fields.
values?
Type:
IResolvable | (IResolvable | Measure)[]
(optional)
The size field wells of a geospatial map.
Values are aggregated based on geospatial fields.

.NET
Go
Java
Python
TypeScript