AWS AmazonCloudWatch documentation change
Summary
Updated account ID placeholder (account_ID → 111122223333) and added region specificity in SourceArn
Security assessment
Standardization of example account IDs and ARN formats improves documentation clarity but does not indicate a security fix or introduce new security features.
Diff
diff --git a/AmazonCloudWatch/latest/logs/CloudWatchLogs-Insights-Query-Encrypt.md b/AmazonCloudWatch/latest/logs/CloudWatchLogs-Insights-Query-Encrypt.md index 7bf73c447..ccdde292b 100644 --- a//AmazonCloudWatch/latest/logs/CloudWatchLogs-Insights-Query-Encrypt.md +++ b//AmazonCloudWatch/latest/logs/CloudWatchLogs-Insights-Query-Encrypt.md @@ -89 +89 @@ JSON - "AWS": "arn:aws:iam::account_ID:root" + "AWS": "arn:aws:iam::111122223333:root" @@ -109 +109 @@ JSON - "aws:SourceArn": "arn:aws:logs:region:account_ID:query-result:*" + "aws:SourceArn": "arn:aws:logs:us-east-1:account_ID:query-result:*"