Data Source: aws_sqs_queue

Use this data source to get the ARN and URL of queue in AWS Simple Queue Service (SQS). By using this data source, you can reference SQS queues without having to hardcode the ARNs as input.

Example Usage

data "aws_sqs_queue" "example" {
  name = "queue"
}

Argument Reference

Attribute Reference

This data source exports the following attributes in addition to the arguments above: