Uses of Interface
software.amazon.awscdk.services.s3.IBucketNotificationDestination
Packages that use IBucketNotificationDestination
Package
Description
Amazon S3 Construct Library
S3 Bucket Notifications Destinations
-
Uses of IBucketNotificationDestination in software.amazon.awscdk.services.s3
Subinterfaces of IBucketNotificationDestination in software.amazon.awscdk.services.s3Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIBucketNotificationDestination.Classes in software.amazon.awscdk.services.s3 that implement IBucketNotificationDestinationModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.s3 with parameters of type IBucketNotificationDestinationModifier and TypeMethodDescriptionvoidBucketBase.addEventNotification(EventType event, IBucketNotificationDestination dest, NotificationKeyFilter... filters) Adds a bucket notification event destination.voidIBucket.addEventNotification(EventType event, IBucketNotificationDestination dest, NotificationKeyFilter... filters) Adds a bucket notification event destination.default voidIBucket.Jsii$Default.addEventNotification(EventType event, IBucketNotificationDestination dest, NotificationKeyFilter... filters) Adds a bucket notification event destination.final voidIBucket.Jsii$Proxy.addEventNotification(EventType event, IBucketNotificationDestination dest, NotificationKeyFilter... filters) Adds a bucket notification event destination.voidBucketBase.addObjectCreatedNotification(IBucketNotificationDestination dest, NotificationKeyFilter... filters) Subscribes a destination to receive notifications when an object is created in the bucket.voidIBucket.addObjectCreatedNotification(IBucketNotificationDestination dest, NotificationKeyFilter... filters) Subscribes a destination to receive notifications when an object is created in the bucket.default voidIBucket.Jsii$Default.addObjectCreatedNotification(IBucketNotificationDestination dest, NotificationKeyFilter... filters) Subscribes a destination to receive notifications when an object is created in the bucket.final voidIBucket.Jsii$Proxy.addObjectCreatedNotification(IBucketNotificationDestination dest, NotificationKeyFilter... filters) Subscribes a destination to receive notifications when an object is created in the bucket.voidBucketBase.addObjectRemovedNotification(IBucketNotificationDestination dest, NotificationKeyFilter... filters) Subscribes a destination to receive notifications when an object is removed from the bucket.voidIBucket.addObjectRemovedNotification(IBucketNotificationDestination dest, NotificationKeyFilter... filters) Subscribes a destination to receive notifications when an object is removed from the bucket.default voidIBucket.Jsii$Default.addObjectRemovedNotification(IBucketNotificationDestination dest, NotificationKeyFilter... filters) Subscribes a destination to receive notifications when an object is removed from the bucket.final voidIBucket.Jsii$Proxy.addObjectRemovedNotification(IBucketNotificationDestination dest, NotificationKeyFilter... filters) Subscribes a destination to receive notifications when an object is removed from the bucket. -
Uses of IBucketNotificationDestination in software.amazon.awscdk.services.s3.notifications
Classes in software.amazon.awscdk.services.s3.notifications that implement IBucketNotificationDestinationModifier and TypeClassDescriptionclassUse a Lambda function as a bucket notification destination.classUse an SNS topic as a bucket notification destination.classUse an SQS queue as a bucket notification destination.