gpt4 book ai didi

amazon-web-services - 如何在查询 cloudtrail 事件时提供多个查找属性

转载 作者:行者123 更新时间:2023-12-04 01:53:32 26 4
gpt4 key购买 nike

是否可以使用多个查找属性查询 cloudtrail

当我执行以下

aws cloudtrail lookup-events --lookup-attributes AttributeKey=EventName,AttributeValue=CreateTopic 

它给了我“CreateTopic”类型的事件列表

当我执行以下
aws cloudtrail lookup-events --lookup-attributes AttributeKey=AttributeKey=Username,AttributeValue=MyUserName 

它为我提供了与用户“MyUserName”相关的事件列表

但是我想要的是查询类型为“CreateTopic”并与用户“MyUserName”相关的所有事件

我试过跟随,但没有一个有效
aws cloudtrail lookup-events --lookup-attributes AttributeKey=EventName,AttributeValue=CreateTopic,AttributeKey=Username,AttributeValue=MyUserName 
aws cloudtrail lookup-events --lookup-attributes AttributeKey=EventName,AttributeValue=CreateTopic AttributeKey=Username,AttributeValue=MyUserName
aws cloudtrail lookup-events --lookup-attributes AttributeKey=EventName,AttributeValue=CreateTopic --lookup-attributes AttributeKey=Username,AttributeValue=MyUserName

最佳答案

从文档中,--lookup-attributes仅支持一项列表。

--lookup-attributes (list)

Contains a list of lookup attributes. Currently the list can contain only one item.

https://docs.aws.amazon.com/cli/latest/reference/cloudtrail/lookup-events.html

关于amazon-web-services - 如何在查询 cloudtrail 事件时提供多个查找属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51840546/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com