Difference between revisions of "AWS::S3::Object"
Jump to navigation
Jump to search
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[AWS::S3::Object]] | [[AWS::S3::Object]] | ||
− | + | ||
− | [ | + | == Default == |
+ | [ | ||
+ | { | ||
+ | "Name": "", | ||
+ | "[[FieldSelectors]]": [ | ||
+ | { | ||
+ | "Field": "eventCategory", | ||
+ | "Equals": [ | ||
+ | "Data" | ||
+ | ] | ||
+ | }, | ||
+ | { | ||
+ | "Field": "resources.type", | ||
+ | "Equals": [ | ||
+ | "[[AWS::S3]]::Object" | ||
+ | ] | ||
+ | } | ||
+ | ] | ||
+ | } | ||
+ | ] | ||
+ | |||
+ | == Selecting bucket == | ||
+ | [ | ||
{ | { | ||
"Name": "", | "Name": "", | ||
"FieldSelectors": [ | "FieldSelectors": [ | ||
{ | { | ||
− | "Field": "eventCategory", | + | "Field": "[[eventCategory]]", |
"Equals": [ | "Equals": [ | ||
"Data" | "Data" | ||
Line 16: | Line 38: | ||
"Equals": [ | "Equals": [ | ||
"AWS::S3::Object" | "AWS::S3::Object" | ||
+ | ] | ||
+ | }, | ||
+ | { | ||
+ | "Field": "[[resources.bucket.name]]", | ||
+ | "Equals": [ | ||
+ | "your-specific-bucket-name" | ||
] | ] | ||
} | } | ||
] | ] | ||
} | } | ||
− | ] | + | ] |
− | |||
+ | == Related == | ||
+ | * [[Data events]] | ||
− | * | + | == See also == |
+ | * {{ct}} | ||
− | + | [[Category:Cloudtrail]] |
Latest revision as of 05:42, 11 July 2024
AWS::S3::Object
Contents
Default[edit]
[ { "Name": "", "FieldSelectors": [ { "Field": "eventCategory", "Equals": [ "Data" ] }, { "Field": "resources.type", "Equals": [ "AWS::S3::Object" ] } ] } ]
Selecting bucket[edit]
[ { "Name": "", "FieldSelectors": [ { "Field": "eventCategory", "Equals": [ "Data" ] }, { "Field": "resources.type", "Equals": [ "AWS::S3::Object" ] }, { "Field": "resources.bucket.name", "Equals": [ "your-specific-bucket-name" ] } ] } ]
Related[edit]
See also[edit]
Advertising: