AWS kms documentation change
Summary
Added JSON formatting blocks and updated policy statement IDs (Sid) to use camelCase naming convention
Security assessment
Changes involve formatting improvements and renaming policy statement IDs for consistency. No security implications or documentation of security features identified.
Diff
diff --git a/kms/latest/developerguide/key-policy-overview.md b/kms/latest/developerguide/key-policy-overview.md index dd31049a7..fae794ec5 100644 --- a//kms/latest/developerguide/key-policy-overview.md +++ b//kms/latest/developerguide/key-policy-overview.md @@ -14,0 +15,6 @@ Each policy document can have one or more policy statements. The following examp +JSON + + +**** + + @@ -20 +26 @@ Each policy document can have one or more policy statements. The following examp - "Sid": "Describe the policy statement", + "Sid": "DescribePolicyStatement", @@ -169,0 +177,6 @@ The following example shows a complete key policy for a symmetric encryption KMS +JSON + + +**** + + @@ -176 +189 @@ The following example shows a complete key policy for a symmetric encryption KMS - "Sid": "Enable IAM user Permissions", + "Sid": "EnableIAMUserPermissions", @@ -185 +198 @@ The following example shows a complete key policy for a symmetric encryption KMS - "Sid": "Allow access for Key Administrators", + "Sid": "AllowKeyAdministratorsAccess", @@ -210 +223 @@ The following example shows a complete key policy for a symmetric encryption KMS - "Sid": "Allow use of the key", + "Sid": "AllowKeyUse", @@ -225 +238 @@ The following example shows a complete key policy for a symmetric encryption KMS - "Sid": "Allow attachment of persistent resources", + "Sid": "AllowAttachmentPersistentResources",