Class: Aws::SecurityHub::Types::AwsLambdaFunctionDeadLetterConfig

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

Overview

The dead-letter queue for failed asynchronous invocations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#target_arnString

The ARN of an SQS queue or SNS topic.

Returns:

  • (String)


14491
14492
14493
14494
14495
# File 'lib/aws-sdk-securityhub/types.rb', line 14491

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