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

UpsolverDestinationProperties

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

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

interface UpsolverDestinationProperties {
bucketName: string;
bucketPrefix?: string | null;
s3OutputFormatConfig: UpsolverS3OutputFormatConfig;
}

§Properties

§
bucketName: string
[src]

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

§
bucketPrefix?: string | null
[src]

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

§
s3OutputFormatConfig: UpsolverS3OutputFormatConfig
[src]

The configuration that determines how data is formatted when Upsolver is used as the flow destination.