public void AddEventNotification(Bucket bucket, EventType eventType, IBucketNotificationDestination destination)
 {
     bucket.AddEventNotification(eventType, destination);
 }
Exemplo n.º 2
0
 public void AddEventNotificationToS3Bucket(Bucket bucket, EventType eventType, IBucketNotificationDestination destination)
 {
     HandlerResources.AwsCdkS3Handler.AddEventNotification(bucket, eventType, destination);
 }