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)


14484
14485
14486
14487
14488
# File 'lib/aws-sdk-securityhub/types.rb', line 14484

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