public void AddEventNotification(Bucket bucket, EventType eventType, IBucketNotificationDestination destination)
 {
     bucket.AddEventNotification(eventType, destination);
 }
예제 #2
0
 public void AddEventNotificationToS3Bucket(Bucket bucket, EventType eventType, IBucketNotificationDestination destination)
 {
     HandlerResources.AwsCdkS3Handler.AddEventNotification(bucket, eventType, destination);
 }