AWS eventbridge documentation change
Summary
Removed entire Macie event documentation content including CloudTrail integration details and event pattern examples
Security assessment
Content removal appears to be general documentation cleanup without security context. Macie is a security service, but the change itself doesn't address vulnerabilities or add security guidance
Diff
diff --git a/eventbridge/latest/ref/events-ref-macie2.md b/eventbridge/latest/ref/events-ref-macie2.md index a909289be..8b1378917 100644 --- a//eventbridge/latest/ref/events-ref-macie2.md +++ b//eventbridge/latest/ref/events-ref-macie2.md @@ -1 +0,0 @@ -[](/pdfs/eventbridge/latest/ref/ev-ref.pdf#events-ref-macie2 "Open PDF") @@ -3,63 +1,0 @@ -[Documentation](/index.html)[Amazon EventBridge](/eventbridge/index.html)[Events Reference](welcome.html) - -Events via CloudTrail - -# Amazon Macie events - -Macie sends service events to EventBridge via AWS CloudTrail. - -## Macie events delivered via AWS CloudTrail - -AWS CloudTrail sends events originating from Macie 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.macie2 - - * `eventSource`: macie2.amazonaws.com - - - - - - { - "source": ["aws.macie2"], - "detail-type": ["AWS API Call via CloudTrail"], - "detail": { - "eventSource": ["macie2.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.macie2"], - "detail-type": ["AWS API Call via CloudTrail"], - "detail": { - "eventSource": ["macie2.amazonaws.com"], - "eventName": ["api-action-name"] - } - } - - **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) - -Macie - -AWS Mainframe Modernization - -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.