AWS detective documentation change
Summary
Added JSON section markers and formatted IAM policy examples with explicit array syntax
Security assessment
Changes are formatting improvements to existing policy examples without introducing new security controls or addressing vulnerabilities
Diff
diff --git a/detective/latest/userguide/security_iam_id-based-policy-examples.md b/detective/latest/userguide/security_iam_id-based-policy-examples.md index 58c201730..2e793e519 100644 --- a//detective/latest/userguide/security_iam_id-based-policy-examples.md +++ b//detective/latest/userguide/security_iam_id-based-policy-examples.md @@ -113,0 +114,6 @@ This example policy is intended for administrator account users who are only res +JSON + + +**** + + @@ -133,0 +141,6 @@ This example policy is intended for administrator account users who use the beha +JSON + + +**** + + @@ -153,0 +168,6 @@ This example policy is intended for users belonging to a member account. In the +JSON + + +**** + + @@ -176,0 +198,6 @@ The following policy allows the user to use a behavior graph for investigation i +JSON + + +**** + + @@ -180 +207,2 @@ The following policy allows the user to use a behavior graph for investigation i - "Statement":[ { + "Statement": [ + { @@ -182 +210,3 @@ The following policy allows the user to use a behavior graph for investigation i - "Action":["detective:SearchGraph"], + "Action": [ + "detective:SearchGraph" + ], @@ -185 +215 @@ The following policy allows the user to use a behavior graph for investigation i - "StringEquals"{ + "StringEquals": { @@ -192 +222,3 @@ The following policy allows the user to use a behavior graph for investigation i - "Action":["detective:ListGraphs"], + "Action": [ + "detective:ListGraphs" + ], @@ -194 +226,2 @@ The following policy allows the user to use a behavior graph for investigation i - } ] + } + ] @@ -198,0 +233,6 @@ The following policy prevents the users from using a behavior graph for investig +JSON + + +**** + +