简体   繁体   English

AWS Cloudwatch 查询完整事件

[英]AWS Cloudwatch queries Full event

So I am trying to write AWS Cloudwatch queries to show information of only when sensitive actions occur in a S3 bucket.因此,我正在尝试编写 AWS Cloudwatch 查询以仅在 S3 存储桶中发生敏感操作时显示信息。 Therefore I want to filter on the event name.因此我想过滤事件名称。 Do you know where I can get the FULL list of all the event names on S3 such as PUTOBJECT and etc. This is so I can select what to filter on你知道我在哪里可以获得 S3 上所有事件名称的完整列表,例如 PUTOBJECT 等。这样我就可以选择要过滤的内容

Thank you谢谢

You can check S3 API reference for that.您可以查看S3 API 参考

But for some events, such as PutObject, you will need to create CloudTrial trial and log data level operations.但是对于某些事件,例如 PutObject,您将需要创建 CloudTrial 试验和日志数据级操作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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