简体   繁体   中英

Publish Custom Events to AWS CloudTrail

I am exploring the options of publishing custom events to cloud trail from a lambda (which is providing a sensitive operational functionality). In order to comply with other auditable actions at the management layer which publishes to CloudTrail, we would like to align and publish our custom events also in the cloud trail using its event schema. Current AWS CloudTrail Java SDK doesn't provide such functionality. I would like to check if that is currently possible to publish custom events? I couldn't find it in examples samples as well.

Any help or pointers would be of great help.

There is no concept of 'custom events' in AWS CloudTrail.

CloudTrail records API calls made to AWS. It does not accept external events.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM