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

UpsolverS3OutputFormatConfig

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

The configuration that determines how Amazon AppFlow formats the flow output data when Upsolver is used as the destination.

interface UpsolverS3OutputFormatConfig {
aggregationConfig?: AggregationConfig | null;
fileType?: FileType | null;
prefixConfig: PrefixConfig;
}

§Properties

§
aggregationConfig?: AggregationConfig | null
[src]
§
fileType?: FileType | null
[src]

Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.

§
prefixConfig: PrefixConfig
[src]