AWS AWSSimpleQueueService documentation change
Summary
Replaced placeholder values in ARNs with specific region/account examples
Security assessment
Changes provide concrete example values for documentation clarity but use placeholder account IDs (123456789012). No security exposure or feature changes.
Diff
diff --git a/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-configure-dead-letter-queue-redrive.md b/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-configure-dead-letter-queue-redrive.md index 75eff50a6..3a0656a49 100644 --- a//AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-configure-dead-letter-queue-redrive.md +++ b//AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-configure-dead-letter-queue-redrive.md @@ -159 +159 @@ JSON - "Resource": "arn:aws:sqs:<DLQ_region>:<DLQ_accountId>:<DLQ_name>", + "Resource": "arn:aws:sqs:us-west-1:123456789012:<DLQ_name>", @@ -169 +169 @@ JSON - "Resource": "arn:aws:sqs:<DestQueue_region>:<DestQueue_accountId>:<DestQueue_name>", + "Resource": "arn:aws:sqs:us-west-1:123456789012:<DestQueue_name>", @@ -183,2 +183,2 @@ JSON - "arn:aws:kms:<region>:<accountId>:key/<SourceQueueKeyId>", - "arn:aws:kms:<region>:<accountId>:key/<DestQueueKeyId>" + "arn:aws:kms:us-west-1:123456789012:key/<SourceQueueKeyId>", + "arn:aws:kms:us-west-1:123456789012:key/<DestQueueKeyId>" @@ -248 +248 @@ JSON - "Resource": "arn:aws:sqs:<DLQ_region>:<DLQ_accountId>:<DLQ_name>", + "Resource": "arn:aws:sqs:us-west-1:111122223333:<DLQ_name>", @@ -258 +258 @@ JSON - "Resource": "arn:aws:sqs:<DestQueue_region>:<DestQueue_accountId>:<DestQueue_name>", + "Resource": "arn:aws:sqs:us-west-1:111122223333:<DestQueue_name>",