简体   繁体   English

如何使用 AWS CLI 禁用 S3 对象日志记录到 Cloud Trail?

[英]How do you disable S3 Object Logging to Cloud Trail using AWS CLI?

I want to disable the object level logging to cloud trail through cli command?我想通过 cli 命令禁用对象级别日志记录到云跟踪? is there any commands to achieve this是否有任何命令可以实现此目的

There is put-event-selectors :放置事件选择器

Configures an event selector for your trail.为您的跟踪配置事件选择器。 Use event selectors to further specify the management and data event settings for your trail.使用事件选择器进一步指定跟踪的管理和数据事件设置。

Using the command you can modify DataResources for your trial.使用该命令,您可以为您的试用修改DataResources

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

相关问题 如何使用AWS CLI启用S3对象记录到Cloud Trail? - How do you enable S3 Object Logging to Cloud Trail using AWS CLI? 如何使用 aws cli 获取最新版本的 s3 object? - How do you get the latest version of an s3 object using aws cli? 如何使用 powershell 中的 AWS 工具编写 S3 Object 并使用 md5checksum 进行验证 - How do you Write an S3 Object using AWS Tools in powershell and verify using an md5checksum 如何从 aws 管理控制台或 aws cli 为 S3 object 创建 object 批准 - How do i create object approval from aws management console or aws cli for S3 object 如何使用AWS SDK PHP从Amazon S3对象获取元数据? - How do you get metadata from Amazon S3 object using AWS SDK PHP? 如何使用 aws cdk 创建 s3 子目录? - how do you create s3 subdirectories using aws cdk? 如何创建一个从 cli 启用版本控制的 AWS S3 存储桶? - How do you create an AWS S3 bucket with versioning enabled from the cli? AWS S3:如何使用 AWS CLI 修改对象的元数据? - AWS S3: How can I modify the metadata of an object using AWS CLI? 如何使用 AWS CLI 将名称每天更改的文件移动到 AWS S3 存储桶? - How do I move files whose name changes daily to AWS S3 bucket using AWS CLI? 如何使用 AWS CLI 找到我的 AWS S3 存储桶的确切字节数? - How do I find the exact number of bytes of my AWS S3 bucket using AWS CLI?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM