AWS IAM documentation change
Summary
Removed JSON policy example using policy variables
Security assessment
General documentation cleanup without security implications.
Diff
diff --git a/IAM/latest/UserGuide/reference_policies_variables.md b/IAM/latest/UserGuide/reference_policies_variables.md index 0678a19f4..52671ccb6 100644 --- a//IAM/latest/UserGuide/reference_policies_variables.md +++ b//IAM/latest/UserGuide/reference_policies_variables.md @@ -131,24 +130,0 @@ A policy that allows a principal to get objects from the /David path of an S3 bu -JSON - - -**** - - - - { - "Version": "2012-10-17", - "Statement": [ - { - "Effect": "Allow", - "Action": [ - "s3:GetObject" - ], - "Resource": [ - "arn:aws:s3:::amzn-s3-demo-bucket/David/*" - ] - } - ] - } - - -