Class DeadLetterConfig
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
Configuration details of the Amazon SQS queue for EventBridge to use as a dead-letter queue (DLQ).
For more information, see Event retry policy and using dead-letter queues in the EventBridge User Guide.
public class DeadLetterConfig
- Inheritance
-
DeadLetterConfig
- Inherited Members
Constructors
DeadLetterConfig()
public DeadLetterConfig()
Properties
Arn
Gets and sets the property Arn.
The ARN of the SQS queue specified as the target for the dead-letter queue.
public string Arn { get; set; }