File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1730,7 +1730,10 @@ Following IAM permissions are required by Spring Cloud AWS SQS:
1730
1730
1731
1731
[cols="2"]
1732
1732
|===
1733
- | Send message to Queue
1733
+ | To access the queue by its name or ARN instead of the URL
1734
+ | `sqs:GetQueueUrl`
1735
+
1736
+ | Send message to queue
1734
1737
| `sqs:SendMessage`
1735
1738
1736
1739
| Receive message from queue
@@ -1742,9 +1745,6 @@ Following IAM permissions are required by Spring Cloud AWS SQS:
1742
1745
| To use sqsListener with SimpleMessageListenerContainerFactory you will need to add as well
1743
1746
| `sqs:GetQueueAttributes`
1744
1747
1745
- | To use SqsListener with Sqs name instead of ARN you will need
1746
- | `sqs:GetQueueUrl`
1747
-
1748
1748
|===
1749
1749
1750
1750
Sample IAM policy granting access to SQS:
You can’t perform that action at this time.
0 commit comments