Difference between revisions of "AWS::S3::Object"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
+ | == Default == | ||
[ | [ | ||
{ | { | ||
Line 16: | Line 17: | ||
"Equals": [ | "Equals": [ | ||
"[[AWS::S3]]::Object" | "[[AWS::S3]]::Object" | ||
+ | ] | ||
+ | } | ||
+ | ] | ||
+ | } | ||
+ | ] | ||
+ | |||
+ | == Selecting bucket == | ||
+ | [ | ||
+ | { | ||
+ | "Name": "", | ||
+ | "FieldSelectors": [ | ||
+ | { | ||
+ | "Field": "eventCategory", | ||
+ | "Equals": [ | ||
+ | "Data" | ||
+ | ] | ||
+ | }, | ||
+ | { | ||
+ | "Field": "resources.type", | ||
+ | "Equals": [ | ||
+ | "AWS::S3::Object" | ||
+ | ] | ||
+ | }, | ||
+ | { | ||
+ | "Field": "resources.bucket.name", | ||
+ | "Equals": [ | ||
+ | "your-specific-bucket-name" | ||
] | ] | ||
} | } |
Revision as of 05:41, 11 July 2024
AWS::S3::Object
Contents
Default
[ { "Name": "", "FieldSelectors": [ { "Field": "eventCategory", "Equals": [ "Data" ] }, { "Field": "resources.type", "Equals": [ "AWS::S3::Object" ] } ] } ]
Selecting bucket
[ { "Name": "", "FieldSelectors": [ { "Field": "eventCategory", "Equals": [ "Data" ] }, { "Field": "resources.type", "Equals": [ "AWS::S3::Object" ] }, { "Field": "resources.bucket.name", "Equals": [ "your-specific-bucket-name" ] } ] } ]
Related
See also
Advertising: