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

FilledMapAggregatedFieldWells

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

The aggregated field well of the filled map.

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

§Properties

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

The aggregated location field well of the filled map. Values are grouped by location fields.

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

The aggregated color field well of a filled map. Values are aggregated based on location fields.