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.4/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;
targetFileSize?: number | null;
}

§Properties

§
aggregationType?: AggregationType | null
[src]

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

§
targetFileSize?: number | null
[src]

The desired file size, in MB, for each output file that Amazon AppFlow writes to the flow destination. For each file, Amazon AppFlow attempts to achieve the size that you specify. The actual file sizes might differ from this target based on the number and size of the records that each file contains.