Class: Aws::SecurityHub::Types::AwsLambdaFunctionDeadLetterConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsLambdaFunctionDeadLetterConfig
- 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
-
#target_arn ⇒ String
The ARN of an SQS queue or SNS topic.
Instance Attribute Details
#target_arn ⇒ String
The ARN of an SQS queue or SNS topic.
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 |