AWS Security ChangesHomeSearch

AWS awsconsolehelpdocs documentation change

Service: awsconsolehelpdocs · 2026-04-19 · Documentation low

File: awsconsolehelpdocs/latest/gsg/log-using-cloudtrail.md

Summary

Updated CloudTrail event example to demonstrate GetAccountCustomizations operation instead of GetAccountColor, with updated timestamps, ARN values, event details, and added resources array

Security assessment

This change updates example CloudTrail event data for accuracy and completeness. While CloudTrail is a security monitoring tool, these changes appear to be routine documentation updates to reflect current API operations and example data formats, not addressing any specific security vulnerability.

Diff

diff --git a/awsconsolehelpdocs/latest/gsg/log-using-cloudtrail.md b/awsconsolehelpdocs/latest/gsg/log-using-cloudtrail.md
index 11055463a..13522f340 100644
--- a//awsconsolehelpdocs/latest/gsg/log-using-cloudtrail.md
+++ b//awsconsolehelpdocs/latest/gsg/log-using-cloudtrail.md
@@ -27 +27 @@ An event represents a single request from any source and includes information ab
-The following example shows a CloudTrail event that demonstrates the operation.
+The following example shows a CloudTrail event that demonstrates the `GetAccountCustomizations` operation.
@@ -35 +35 @@ The following example shows a CloudTrail event that demonstrates the operation.
-        "arn" : "arn:aws:sts::111122223333:assumed-role/user/jdoe",
+        "arn": "arn:aws:sts::111122223333:assumed-role/MyRole/jdoe",
@@ -42 +42 @@ The following example shows a CloudTrail event that demonstrates the operation.
-            "arn" : "arn:aws:iam::111122223333:role/user",
+            "arn": "arn:aws:iam::111122223333:role/MyRole",
@@ -44 +44 @@ The following example shows a CloudTrail event that demonstrates the operation.
-            "userName" : "jdoe"
+            "userName": "MyRole"
@@ -46 +45,0 @@ The following example shows a CloudTrail event that demonstrates the operation.
-          "webIdFederationData" : { },
@@ -48 +47 @@ The following example shows a CloudTrail event that demonstrates the operation.
-            "creationDate" : "2022-12-09T23:48:51Z",
+            "creationDate": "2026-03-06T15:15:16Z",
@@ -53 +52 @@ The following example shows a CloudTrail event that demonstrates the operation.
-      "eventTime" : "2022-12-09T23:50:03Z",
+      "eventTime": "2026-03-06T15:36:13Z",
@@ -55,4 +54,4 @@ The following example shows a CloudTrail event that demonstrates the operation.
-      "eventName" : "GetAccountColor",
-      "awsRegion" : "us-east-2",
-      "sourceIPAddress" : "10.24.34.3",
-      "userAgent" : "PostmanRuntime/7.43.4",
+      "eventName": "GetAccountCustomizations",
+      "awsRegion": "us-east-1",
+      "sourceIPAddress": "10.24.34.0",
+      "userAgent": "aws-sdk-java/2.41.27",
@@ -63,0 +63,7 @@ The following example shows a CloudTrail event that demonstrates the operation.
+      "resources": [
+        {
+          "accountId": "111122223333",
+          "type": "AWS::UXC::AccountCustomization",
+          "ARN": "arn:aws:uxc::111122223333:account-customizations"
+        }
+      ],
@@ -65 +71 @@ The following example shows a CloudTrail event that demonstrates the operation.
-      "managementEvent" : true,
+      "managementEvent": false,
@@ -67 +73 @@ The following example shows a CloudTrail event that demonstrates the operation.
-      "eventCategory" : "Management"
+      "eventCategory": "Data"
@@ -78 +84 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please
-Getting started
+API Reference