AWS eventbridge documentation change
Summary
Simplified AWS Health event documentation to only mention CloudTrail delivery, removing direct EventBridge events
Security assessment
Changes event delivery method without security implications or feature additions
Diff
diff --git a/eventbridge/latest/ref/events-ref-health.md b/eventbridge/latest/ref/events-ref-health.md index ed18227d5..c05df3d1d 100644 --- a//eventbridge/latest/ref/events-ref-health.md +++ b//eventbridge/latest/ref/events-ref-health.md @@ -5 +5 @@ -Service eventsEvents via CloudTrail +Events via CloudTrail @@ -9,36 +9 @@ Service eventsEvents via CloudTrail -AWS Health sends service events directly to EventBridge, as well as via AWS CloudTrail. - -## AWS Health service events - -AWS Health sends the following events directly to EventBridge: - - * AWS Health Event - - * AWS Health Abuse Event - - - - -_Delivery type_ : [ Durable ](./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.health - - - - - - { - "source": ["aws.health"] - } - -To match against specific events, include a `detail-type` attribute specifying an array of event names to match. For example: - - - { - "source": ["aws.health"], - "detail-type": ["AWS Health Event"] - } - -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_. +AWS Health sends service events to EventBridge via AWS CloudTrail.