Amazon SNS dead-letter queues (DLQ)
(Redirected from DeadLetterTargetArn)
Jump to navigation
Jump to search
Amazon SNS dead-letter queues is a dead-letter queue is an Amazon SQS queue that an Amazon SNS subscription (aws_sns_topic_subscription) can target for messages that can't be delivered to subscribers successfully.
{
"deadLetterTargetArn": "arn:aws:sqs:us-east-2:123456789012:MyDeadLetterQueue"
}
Related[edit]
- Configuring an Amazon SNS dead-letter queue for a subscription:
- CLI:
- Terraform:
aws_sqs_queue_redrive_policy: redrive_policyaws_sqs_queue: redrive_allow_policyaws_sns_topic_subscription: redrive_policy, can be the same as SQL endpoint of different
- Using dead-letter queues in Amazon SQS
- How can I monitor and log dead-letter queues?,
ApproximateNumberOfMessagesVisible - Fanout Amazon SNS notifications to Amazon SQS queues for asynchronous processing
See also[edit]
aws_sns_topic_subscription, redrive_policy- Terraform SNS:
aws_sns_topic, aws_sns_topic_policy, aws_sns_topic_subscription (redrive_policy), aws_sns_platform_application, aws_sqs_queue_redrive_policy - Amazon SNS, AWS SNS Topics, Amazon SNS push notifications,
aws sns,AWS::SNS::Topic, Terraform, dead-letter aws sns[ publish | subscribe | list-subscriptions | create-topic | set-subscription-attributes ]- dead-letter
Advertising: