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

AggregationConfig

import type { AggregationConfig } from "https://aws-api.deno.dev/v0.3/services/appflow.ts?docs=full";

The aggregation settings that you can use to customize the output format of your flow data.

interface AggregationConfig {
aggregationType?: AggregationType | null;
}

§Properties

§
aggregationType?: AggregationType | null
[src]

Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.