AWS cloudhsm documentation change
Summary
Updated IAM policy examples with placeholder syntax (<>) for policy elements
Security assessment
Formatting changes to demonstrate policy structure without introducing new security content
Diff
diff --git a/cloudhsm/latest/userguide/identity-access-management.md b/cloudhsm/latest/userguide/identity-access-management.md index 8a0f9bc9f..079a637d1 100644 --- a/cloudhsm/latest/userguide/identity-access-management.md +++ b/cloudhsm/latest/userguide/identity-access-management.md @@ -34,3 +34,3 @@ An IAM policy is a JSON document that consists of one or more statements. Each s - "Effect": "effect", - "Action": "action", - "Resource": "resource-arn", + "Effect": "<effect>", + "Action": "<action>", + "Resource": "<resource-arn>", @@ -38,2 +38,2 @@ An IAM policy is a JSON document that consists of one or more statements. Each s - "condition": { - "key":"value" + "<condition>": { + "<key>":"<value>"