interface GeospatialMapAggregatedFieldWellsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.GeospatialMapAggregatedFieldWellsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_GeospatialMapAggregatedFieldWellsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.GeospatialMapAggregatedFieldWellsProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.GeospatialMapAggregatedFieldWellsProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnAnalysis » 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.