AWS Security ChangesHomeSearch

AWS network-firewall documentation change

Service: network-firewall · 2025-08-13 · Documentation low

File: network-firewall/latest/developerguide/security_iam_resource-based-policy-examples.md

Summary

Expanded IAM policy syntax and added regional specificity to resource ARNs

Security assessment

Improved policy examples for resource sharing. Enhances security documentation quality without addressing vulnerabilities.

Diff

diff --git a/network-firewall/latest/developerguide/security_iam_resource-based-policy-examples.md b/network-firewall/latest/developerguide/security_iam_resource-based-policy-examples.md
index 04f7aa7c9..16ec88503 100644
--- a//network-firewall/latest/developerguide/security_iam_resource-based-policy-examples.md
+++ b//network-firewall/latest/developerguide/security_iam_resource-based-policy-examples.md
@@ -25,0 +26,6 @@ For information about sharing resources in Network Firewall, see [Sharing AWS Ne
+JSON
+    
+
+****
+    
+    
@@ -35,2 +41,5 @@ For information about sharing resources in Network Firewall, see [Sharing AWS Ne
-                "Action": ["network-firewall:AssociateFirewallPolicy", "network-firewall:ListFirewallPolicies"],
-                "Resource": "arn:aws:network-firewall:aws-region:123456789012:firewall-policy/test-action"
+                "Action": [
+                    "network-firewall:AssociateFirewallPolicy",
+                    "network-firewall:ListFirewallPolicies"
+                ],
+                "Resource": "arn:aws:network-firewall:us-east-1:123456789012:firewall-policy/test-action"