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

S3DestinationProperties

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

The properties that are applied when Amazon S3 is used as a destination.

interface S3DestinationProperties {
bucketName: string;
bucketPrefix?: string | null;
s3OutputFormatConfig?: S3OutputFormatConfig | null;
}

§Properties

§
bucketName: string
[src]

The Amazon S3 bucket name in which Amazon AppFlow places the transferred data.

§
bucketPrefix?: string | null
[src]

The object key for the destination bucket in which Amazon AppFlow places the files.

§
s3OutputFormatConfig?: S3OutputFormatConfig | null
[src]