class Aws::Lambda::Types::DeadLetterConfig

The [dead-letter queue] for failed asynchronous invocations.

[1]: docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#dlq

@note When making an API call, you may pass DeadLetterConfig

data as a hash:

    {
      target_arn: "ResourceArn",
    }

@!attribute [rw] target_arn

The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS
topic.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/DeadLetterConfig AWS API Documentation

Constants

SENSITIVE