Uses of Interface
software.amazon.awscdk.services.s3.IBucketNotificationDestination
Package
Description
Amazon S3 Construct Library
S3 Bucket Notifications Destinations
-
Uses of IBucketNotificationDestination in software.amazon.awscdk.services.s3
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIBucketNotificationDestination
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeMethodDescriptionvoid
BucketBase.addEventNotification
(EventType event, IBucketNotificationDestination dest, @NotNull NotificationKeyFilter... filters) Adds a bucket notification event destination.void
IBucket.addEventNotification
(EventType event, IBucketNotificationDestination dest, @NotNull NotificationKeyFilter... filters) Adds a bucket notification event destination.default void
IBucket.Jsii$Default.addEventNotification
(EventType event, IBucketNotificationDestination dest, @NotNull NotificationKeyFilter... filters) Adds a bucket notification event destination.final void
IBucket.Jsii$Proxy.addEventNotification
(EventType event, IBucketNotificationDestination dest, @NotNull NotificationKeyFilter... filters) Adds a bucket notification event destination.void
BucketBase.addObjectCreatedNotification
(IBucketNotificationDestination dest, @NotNull NotificationKeyFilter... filters) Subscribes a destination to receive notifications when an object is created in the bucket.void
IBucket.addObjectCreatedNotification
(IBucketNotificationDestination dest, @NotNull NotificationKeyFilter... filters) Subscribes a destination to receive notifications when an object is created in the bucket.default void
IBucket.Jsii$Default.addObjectCreatedNotification
(IBucketNotificationDestination dest, @NotNull NotificationKeyFilter... filters) Subscribes a destination to receive notifications when an object is created in the bucket.final void
IBucket.Jsii$Proxy.addObjectCreatedNotification
(IBucketNotificationDestination dest, @NotNull NotificationKeyFilter... filters) Subscribes a destination to receive notifications when an object is created in the bucket.void
BucketBase.addObjectRemovedNotification
(IBucketNotificationDestination dest, @NotNull NotificationKeyFilter... filters) Subscribes a destination to receive notifications when an object is removed from the bucket.void
IBucket.addObjectRemovedNotification
(IBucketNotificationDestination dest, @NotNull NotificationKeyFilter... filters) Subscribes a destination to receive notifications when an object is removed from the bucket.default void
IBucket.Jsii$Default.addObjectRemovedNotification
(IBucketNotificationDestination dest, @NotNull NotificationKeyFilter... filters) Subscribes a destination to receive notifications when an object is removed from the bucket.final void
IBucket.Jsii$Proxy.addObjectRemovedNotification
(IBucketNotificationDestination dest, @NotNull 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
Modifier and TypeClassDescriptionclass
Use a Lambda function as a bucket notification destination.class
Use an SNS topic as a bucket notification destination.class
Use an SQS queue as a bucket notification destination.