Class: Aws::Lambda::Types::DeadLetterConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lambda/types.rb

Overview

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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#target_arnString

The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic.

Returns:

  • (String)


1264
1265
1266
1267
1268
# File 'lib/aws-sdk-lambda/types.rb', line 1264

class DeadLetterConfig < Struct.new(
  :target_arn)
  SENSITIVE = []
  include Aws::Structure
end