Difference between revisions of "EventName"

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
  
  
 +
 +
 +
* {{Data lake example query}}
  
 
== See also ==
 
== See also ==
* {{Data lake example query}}
+
* {{ct}}
  
[[Category:Events]]
+
[[Category:Cloudtrail]]

Latest revision as of 09:08, 11 July 2024



  • select userIdentity.arn as user,
   element_at(requestParameters, 'bucketName') as bucket,
   element_at(requestParameters, 'key') as key,
   count(*) as attempts
from xxxxx-yyyyy-xxxxx-zzzz-xxxxx
where eventSource = 's3.amazonaws.com'
   and eventName = 'GetObject'
   and userIdentity.arn = 'arn:aws:sts::0987654321:assumed-role/your-role/[email protected]'
group by 1,
   2,
   3
order by attempts desc

See also[edit]

Advertising: