Skip to content

Commit 5fa23bc

Browse files
Fix documentation for sqs:GetQueueUrl action (#1364) (#1372)
1 parent 89bc6f2 commit 5fa23bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/src/main/asciidoc/sqs.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1730,7 +1730,10 @@ Following IAM permissions are required by Spring Cloud AWS SQS:
17301730

17311731
[cols="2"]
17321732
|===
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
17341737
| `sqs:SendMessage`
17351738

17361739
| Receive message from queue
@@ -1742,9 +1745,6 @@ Following IAM permissions are required by Spring Cloud AWS SQS:
17421745
| To use sqsListener with SimpleMessageListenerContainerFactory you will need to add as well
17431746
| `sqs:GetQueueAttributes`
17441747

1745-
| To use SqsListener with Sqs name instead of ARN you will need
1746-
| `sqs:GetQueueUrl`
1747-
17481748
|===
17491749

17501750
Sample IAM policy granting access to SQS:

0 commit comments

Comments
 (0)