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

WordCloudAggregatedFieldWells

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

The aggregated field wells of a word cloud.

interface WordCloudAggregatedFieldWells {
GroupBy?: DimensionField[] | null;
Size?: MeasureField[] | null;
}

§Properties

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

The group by field well of a word cloud. Values are grouped by group by fields.

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

The size field well of a word cloud. Values are aggregated based on group by fields.