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

ErrorHandlingConfig

import type { ErrorHandlingConfig } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/appflow.ts";
interface ErrorHandlingConfig {
bucketName?: string | null;
bucketPrefix?: string | null;
failOnFirstDestinationError?: boolean | null;
}

§Properties

§
bucketName?: string | null
[src]
§
bucketPrefix?: string | null
[src]
§
failOnFirstDestinationError?: boolean | null
[src]