AWS Security ChangesHomeSearch

AWS notifications high security documentation change

Service: notifications · 2025-05-10 · Security-related high

File: notifications/latest/userguide/security_iam_id-based-policy-examples.md

Summary

Corrected IAM policy Statement ID (Sid) and Action name from 'ListNotificationConfiguration' to 'ListNotificationConfigurations'

Security assessment

Fixes a potentially broken IAM policy example by correcting the action name. Incorrect policy actions could lead to unintended permission grants, making this a security-related documentation fix.

Diff

diff --git a/notifications/latest/userguide/security_iam_id-based-policy-examples.md b/notifications/latest/userguide/security_iam_id-based-policy-examples.md
index e7d4aa556..4bbd368c5 100644
--- a//notifications/latest/userguide/security_iam_id-based-policy-examples.md
+++ b//notifications/latest/userguide/security_iam_id-based-policy-examples.md
@@ -96 +96 @@ You can use conditions in your identity-based policy to control access to User N
-                "Sid": "ListNotificationConfigurationInConsole",
+                "Sid": "ListNotificationConfigurationsInConsole",
@@ -98 +98 @@ You can use conditions in your identity-based policy to control access to User N
-                "Action": "notifications:ListNotificationConfiguration",
+                "Action": "notifications:ListNotificationConfigurations",