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

AwsLambdaFunctionDeadLetterConfig

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

The dead-letter queue for failed asynchronous invocations.

interface AwsLambdaFunctionDeadLetterConfig {
TargetArn?: string | null;
}

§Properties

§
TargetArn?: string | null
[src]

The ARN of an SQS queue or SNS topic.