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

S3SourceProperties

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

The properties that are applied when Amazon S3 is being used as the flow source.

interface S3SourceProperties {
bucketName: string;
bucketPrefix?: string | null;
s3InputFormatConfig?: S3InputFormatConfig | null;
}

§Properties

§
bucketName: string
[src]

The Amazon S3 bucket name where the source files are stored.

§
bucketPrefix?: string | null
[src]

The object key for the Amazon S3 bucket in which the source files are stored.

§
s3InputFormatConfig?: S3InputFormatConfig | null
[src]