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

DeadLetterConfig

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

A DeadLetterConfig object that contains information about a dead-letter queue configuration.

interface DeadLetterConfig {
Arn?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The ARN of the Amazon SQS queue specified as the target for the dead-letter queue.