Looking at the SQS docs, with the redrive policy: ``` "deadLetterTargetArn": aws_sqs_queue["q...
d
Looking at the SQS docs, with the redrive policy:
Copy code
"deadLetterTargetArn": aws_sqs_queue["queue_deadletter"]["arn"],
What is the
aws_sqs_queue
referring to, as well as the "queue_deadletter" queue?