AWS awscloudtrail documentation change
Summary
Simplified example policy document in IAM role creation log example
Security assessment
Change simplifies an example policy statement for readability. No security impact or feature addition.
Diff
diff --git a/awscloudtrail/latest/userguide/cloudtrail-log-file-examples.md b/awscloudtrail/latest/userguide/cloudtrail-log-file-examples.md index 5092d4a25..47edc5d9a 100644 --- a//awscloudtrail/latest/userguide/cloudtrail-log-file-examples.md +++ b//awscloudtrail/latest/userguide/cloudtrail-log-file-examples.md @@ -429 +429 @@ The following example shows that the IAM user named `Saanvi` ran the **aws iam c - "assumeRolePolicyDocument": "%7B%22Version%22%3A%222012-10-17%22%2C%22Statement%22%3A%5B%7B%22Effect%22%3A%22Allow%22%2C%22Action%22%3A%5B%22sts%3AAssumeRole%22%5D%2C%22Principal%22%3A%7B%22Service%22%3A%5B%22ec2.amazonaws.com%22%5D%7D%7D%5D%7D", + "assumeRolePolicyDocument": "policy-statement",