Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GeospatialMapAggregatedFieldWells

import type { GeospatialMapAggregatedFieldWells } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";

The aggregated field wells for a geospatial map.

interface GeospatialMapAggregatedFieldWells {
Colors?: DimensionField[] | null;
Geospatial?: DimensionField[] | null;
Values?: MeasureField[] | null;
}

§Properties

§
Colors?: DimensionField[] | null
[src]

The color field wells of a geospatial map.

§
Geospatial?: DimensionField[] | null
[src]

The geospatial field wells of a geospatial map. Values are grouped by geospatial fields.

§
Values?: MeasureField[] | null
[src]

The size field wells of a geospatial map. Values are aggregated based on geospatial fields.