AWS notifications documentation change
Summary
Fixed formatting of ARN example by removing extra backticks around 'child-event' segment
Security assessment
The change corrects a formatting error in an ARN example but does not address security vulnerabilities or document security features.
Diff
diff --git a/notifications/latest/userguide/resource-level-permissions.md b/notifications/latest/userguide/resource-level-permissions.md index 24487cf56..d6c8b2466 100644 --- a//notifications/latest/userguide/resource-level-permissions.md +++ b//notifications/latest/userguide/resource-level-permissions.md @@ -45 +45 @@ ListManagedNotificationEvents | `*` | `*` -Managed Notification Child Event | GetManagedNotificationChildEvent | `arn:aws:notifications::`accountId`:managed-notification-configuration/category/`category-name`/sub-category/`sub-category-name`/event/`notificationEventId`/`child-event`/`notificationChildEventId`` | `arn:aws:notifications::123456789012:managed-notification-configuration/category/AWS-Health/sub-category/Security/event/a01gkn2k10c7spt0a8x8nj55555/child-event/b01gaja54v1t6rr10dyshk77777` +Managed Notification Child Event | GetManagedNotificationChildEvent | `arn:aws:notifications::`accountId`:managed-notification-configuration/category/`category-name`/sub-category/`sub-category-name`/event/`notificationEventId`/child-event/`notificationChildEventId`` | `arn:aws:notifications::123456789012:managed-notification-configuration/category/AWS-Health/sub-category/Security/event/a01gkn2k10c7spt0a8x8nj55555/child-event/b01gaja54v1t6rr10dyshk77777`