AWS eventbridge documentation change
Summary
Added direct EventBridge integration details for AWS Marketplace Catalog API including new 'Products Security Report Created' event
Security assessment
Introduces documentation for security-related event 'Products Security Report Created', indicating new security visibility capabilities. This adds security documentation but doesn't address a specific vulnerability
Diff
diff --git a/eventbridge/latest/ref/events-ref-marketplacecatalog.md b/eventbridge/latest/ref/events-ref-marketplacecatalog.md index 6ef3a0bed..f943e624f 100644 --- a//eventbridge/latest/ref/events-ref-marketplacecatalog.md +++ b//eventbridge/latest/ref/events-ref-marketplacecatalog.md @@ -5 +5 @@ -Events via CloudTrail +Service eventsEvents via CloudTrail @@ -9 +9,42 @@ Events via CloudTrail -AWS Marketplace Catalog API sends service events to EventBridge via AWS CloudTrail. +AWS Marketplace Catalog API sends service events directly to EventBridge, as well as via AWS CloudTrail. + +## AWS Marketplace Catalog API service events + +AWS Marketplace Catalog API sends the following events directly to EventBridge: + + * Offer Released + + * Change Set Succeeded + + * Change Set Failed + + * Change Set Cancelled + + * Products Security Report Created + + + + +_Delivery type_ : [ Best effort ](./event-delivery-level.html) + +To match against all events from this service, create an event pattern that matches against the following event attribute: + + * `source`: aws.marketplacecatalog + + + + + + { + "source": ["aws.marketplacecatalog"] + } + +To match against specific events, include a `detail-type` attribute specifying an array of event names to match. For example: + + + { + "source": ["aws.marketplacecatalog"], + "detail-type": ["Offer Released"] + } + +For more information, see [Creating event patterns](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-event-patterns.html#eb-create-pattern) in the _Amazon EventBridge User Guide_.