aws-cdk-lib.aws_quicksight.CfnAnalysis.GeospatialMapAggregatedFieldWellsProperty

interface GeospatialMapAggregatedFieldWellsProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnAnalysis.GeospatialMapAggregatedFieldWellsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_GeospatialMapAggregatedFieldWellsProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnAnalysis.GeospatialMapAggregatedFieldWellsProperty
Pythonaws_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

NameTypeDescription
colors?IResolvable | IResolvable | DimensionFieldProperty[]The color field wells of a geospatial map.
geospatial?IResolvable | IResolvable | DimensionFieldProperty[]The geospatial field wells of a geospatial map.
values?IResolvable | IResolvable | MeasureFieldProperty[]The size field wells of a geospatial map.

colors?

Type: IResolvable | IResolvable | DimensionFieldProperty[] (optional)

The color field wells of a geospatial map.


geospatial?

Type: IResolvable | IResolvable | DimensionFieldProperty[] (optional)

The geospatial field wells of a geospatial map.

Values are grouped by geospatial fields.


values?

Type: IResolvable | IResolvable | MeasureFieldProperty[] (optional)

The size field wells of a geospatial map.

Values are aggregated based on geospatial fields.