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

S3InputFormatConfig

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

When you use Amazon S3 as the source, the configuration format that you provide the flow input data.

interface S3InputFormatConfig {
s3InputFileType?: S3InputFileType | null;
}

§Properties

§
s3InputFileType?: S3InputFileType | null
[src]

The file type that Amazon AppFlow gets from your Amazon S3 bucket.