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

S3OutputFormatConfig

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

The configuration that determines how Amazon AppFlow should format the flow output data when Amazon S3 is used as the destination.

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

§Properties

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

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

§
prefixConfig?: PrefixConfig | null
[src]

Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket. You can name folders according to the flow frequency and date.