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

SuccessResponseHandlingConfig

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

Determines how Amazon AppFlow handles the success response that it gets from the connector after placing data.

For example, this setting would determine where to write the response from the destination connector upon a successful insert operation.

interface SuccessResponseHandlingConfig {
bucketName?: string | null;
bucketPrefix?: string | null;
}

§Properties

§
bucketName?: string | null
[src]

The name of the Amazon S3 bucket.

§
bucketPrefix?: string | null
[src]

The Amazon S3 bucket prefix.