AWS Security ChangesHomeSearch

AWS neptune documentation change

Service: neptune · 2025-07-25 · Documentation low

File: neptune/latest/userguide/backup-restore-share-snapshot.md

Summary

Improved KMS policy formatting and structure

Security assessment

Enhanced policy documentation structure without changing security semantics

Diff

diff --git a/neptune/latest/userguide/backup-restore-share-snapshot.md b/neptune/latest/userguide/backup-restore-share-snapshot.md
index b1fe51960..2489e2296 100644
--- a//neptune/latest/userguide/backup-restore-share-snapshot.md
+++ b//neptune/latest/userguide/backup-restore-share-snapshot.md
@@ -83 +83,2 @@ JSON
-          "Principal": {"AWS": [
+                "Principal": {
+                    "AWS": [
@@ -85,2 +86,3 @@ JSON
-            _"arn:aws:iam::444455556666:root"_
-          ]},
+                        "arn:aws:iam::444455556666:root"
+                    ]
+                },
@@ -88 +90 @@ JSON
-            _"kms:CreateGrant",_
+                    "kms:CreateGrant",
@@ -100 +102,2 @@ JSON
-          "Principal": {"AWS": [
+                "Principal": {
+                    "AWS": [
@@ -102,2 +105,3 @@ JSON
-            _"arn:aws:iam::444455556666:root"_
-          ]},
+                        "arn:aws:iam::444455556666:root"
+                    ]
+                },
@@ -105 +109 @@ JSON
-            _"kms:CreateGrant",_
+                    "kms:CreateGrant",
@@ -110 +114,5 @@ JSON
-          "Condition": {"Bool": {"kms:GrantIsForAWSResource": true}}
+                "Condition": {
+                    "Bool": {
+                        "kms:GrantIsForAWSResource": true
+                    }
+                }