Difference between revisions of "Aws cloudtrail lookup-events"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
 
* https://awscli.amazonaws.com/v2/documentation/api/latest/reference/cloudtrail/lookup-events.html
 
* https://awscli.amazonaws.com/v2/documentation/api/latest/reference/cloudtrail/lookup-events.html
  
aws cloudtrail lookup-events
+
* <code>aws cloudtrail lookup-events</code>
 
  [[aws cloudtrail]] lookup-events --lookup-attributes AttributeKey=EventName,AttributeValue=ConsoleLogin
 
  [[aws cloudtrail]] lookup-events --lookup-attributes AttributeKey=EventName,AttributeValue=ConsoleLogin
  

Revision as of 09:56, 2 June 2022

  • aws cloudtrail lookup-events
aws cloudtrail lookup-events --lookup-attributes AttributeKey=EventName,AttributeValue=ConsoleLogin


aws cloudtrail lookup-events --lookup-attributes AttributeKey=ResourceType,AttributeValue=AWS::S3::Bucket --max-items 1 --output text
(no output)
 aws cloudtrail lookup-events --lookup-attributes AttributeKey=EventName,AttributeValue=CreateBucket --max-items 1
aws cloudtrail lookup-events --lookup-attributes AttributeKey=ResourceType,AttributeValue=NOT_a_valid_attribute  --max-items 1 --output text
(no output)

See also

Advertising: