We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
s3:ObjectRestore:Delete
EventType
1 parent f109720 commit e0f863aCopy full SHA for e0f863a
packages/@aws-cdk/aws-s3/lib/bucket.ts
@@ -2297,6 +2297,16 @@ export enum EventType {
2297
*/
2298
OBJECT_RESTORE_COMPLETED = 's3:ObjectRestore:Completed',
2299
2300
+ /**
2301
+ * Using restore object event types you can receive notifications for
2302
+ * initiation and completion when restoring objects from the S3 Glacier
2303
+ * storage class.
2304
+ *
2305
+ * You use s3:ObjectRestore:Delete to request notification of
2306
+ * restoration completion.
2307
+ */
2308
+ OBJECT_RESTORE_DELETE = 's3:ObjectRestore:Delete',
2309
+
2310
/**
2311
* You can use this event type to request Amazon S3 to send a notification
2312
* message when Amazon S3 detects that an object of the RRS storage class is
0 commit comments