AWS Security ChangesHomeSearch

AWS eventbridge documentation change

Service: eventbridge · 2025-06-07 · Documentation low

File: eventbridge/latest/ref/events-ref-private-networks.md

Summary

Removed AWS Private Networks event documentation including CloudTrail integration details and event pattern examples

Security assessment

Removal of service-specific event monitoring documentation without any indication of security fixes. Impacts operational visibility but doesn't directly address security vulnerabilities.

Diff

diff --git a/eventbridge/latest/ref/events-ref-private-networks.md b/eventbridge/latest/ref/events-ref-private-networks.md
index ebf2c521d..8b1378917 100644
--- a//eventbridge/latest/ref/events-ref-private-networks.md
+++ b//eventbridge/latest/ref/events-ref-private-networks.md
@@ -1 +0,0 @@
-[](/pdfs/eventbridge/latest/ref/ev-ref.pdf#events-ref-private-networks "Open PDF")
@@ -3,63 +1,0 @@
-[Documentation](/index.html)[Amazon EventBridge](/eventbridge/index.html)[Events Reference](welcome.html)
-
-Events via CloudTrail
-
-# AWS Private Networks events
-
-AWS Private Networks sends service events to EventBridge via AWS CloudTrail.
-
-## AWS Private Networks events delivered via AWS CloudTrail
-
-AWS CloudTrail sends events originating from AWS Private Networks to EventBridge. AWS services deliver events to CloudTrail on a [best effort](./event-delivery-level.html) basis. For more information, see [AWS service events delivered via AWS CloudTrail](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event-cloudtrail.html) in the _Amazon EventBridge User Guide_.
-
-To match events from this service delivered by AWS CloudTrail, create an event pattern that matches against the following event attributes:
-
-  * `source`: aws.private-networks
-
-  * `eventSource`: private-networks.amazonaws.com
-
-
-
-    
-    
-    {
-      "source": ["aws.private-networks"],
-      "detail-type": ["AWS API Call via CloudTrail"],
-      "detail": {
-        "eventSource": ["private-networks.amazonaws.com"]
-      }
-    }
-
-To match against a specific API calls from this service, include an `eventName` attribute specifying an array of API calls to match:
-    
-    
-    {
-      "source": ["aws.private-networks"],
-      "detail-type": ["AWS API Call via CloudTrail"],
-      "detail": {
-        "eventSource": ["private-networks.amazonaws.com"],
-        "eventName": ["api-action-name"]
-      }
-    }
-
-![Warning](https://d1ge0kk1l5kms0.cloudfront.net/images/G/01/webservices/console/warning.png) **Javascript is disabled or is unavailable in your browser.**
-
-To use the Amazon Web Services Documentation, Javascript must be enabled. Please refer to your browser's Help pages for instructions.
-
-[Document Conventions](/general/latest/gr/docconventions.html)
-
-AWS Pricing Calculator
-
-AWS Private CA Connector for Active Directory
-
-Did this page help you? - Yes
-
-Thanks for letting us know we're doing a good job!
-
-If you've got a moment, please tell us what we did right so we can do more of it.
-
-Did this page help you? - No
-
-Thanks for letting us know this page needs work. We're sorry we let you down.
-
-If you've got a moment, please tell us how we can make the documentation better.