AWS config documentation change
Summary
Removed detailed JSON examples of configurationItemDiff notifications
Security assessment
The changes remove specific JSON examples without any security context. This appears to be routine documentation cleanup rather than addressing security issues or documenting security features.
Diff
diff --git a/config/latest/developerguide/example-sns-notification.md b/config/latest/developerguide/example-sns-notification.md index b6e0bbaf9..e3d4c206f 100644 --- a//config/latest/developerguide/example-sns-notification.md +++ b//config/latest/developerguide/example-sns-notification.md @@ -528,24 +527,0 @@ Example UPDATE-DELETE `configurationItemDiff` notification: -JSON - - -**** - - - - { - "configurationItemDiff": { - "changedProperties": { - "Configuration.UserPolicyList.0": { - "previousValue": { - "policyName": "Test2", - "policyDocument": "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Sid\":\"VisualEditor0\",\"Effect\":\"Allow\",\"Action\":\"ec2:RunInstances\",\"Resource\":\"arn:aws:ec2:*:*:instance/*\",\"Condition\":{\"StringLike\":{\"aws:RequestTag/VPCId\":\"*\"}}}]}" - }, - "updatedValue": null, - "changeType": "DELETE" - } - }, - "changeType": "UPDATE" - } - } - - @@ -564,48 +539,0 @@ Example DELETE-DELETE `configurationItemDiff` notification: -JSON - - -**** - - - - { - "configurationItemDiff": { - "changedProperties": { - "Relationships.0": { - "previousValue": { - "resourceId": "ANPAIJ5MXUKK*********", - "resourceName": "AWSCloudTrailAccessPolicy", - "resourceType": "AWS::IAM::Policy", - "name": "Is attached to CustomerManagedPolicy" - }, - "updatedValue": null, - "changeType": "DELETE" - }, - "Configuration": { - "previousValue": { - "path": "/", - "roleName": "CloudTrailRole", - "roleId": "AROAJITJ6YGM*********", - "arn": "arn:aws:iam::123456789012:role/CloudTrailRole", - "createDate": "2017-12-06T10:27:51.000Z", - "assumeRolePolicyDocument": "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Sid\":\"\",\"Effect\":\"Allow\",\"Principal\":{\"AWS\":\"arn:aws:iam::123456789012:root\"},\"Action\":\"sts:AssumeRole\",\"Condition\":{\"StringEquals\":{\"sts:ExternalId\":\"123456\"}}}]}", - "instanceProfileList": [], - "rolePolicyList": [], - "attachedManagedPolicies": [ - { - "policyName": "AWSCloudTrailAccessPolicy", - "policyArn": "arn:aws:iam::123456789012:policy/AWSCloudTrailAccessPolicy" - } - ], - "permissionsBoundary": null, - "tags": [], - "roleLastUsed": null - }, - "updatedValue": null, - "changeType": "DELETE" - } - }, - "changeType": "DELETE" - } - -