Uses of Interface
software.amazon.awscdk.services.s3.NotificationKeyFilter
Package
Description
AWS Lambda Event Sources
Amazon S3 Construct Library
-
Uses of NotificationKeyFilter in software.amazon.awscdk.services.lambda.eventsources
Modifier and TypeMethodDescriptiondefault List<NotificationKeyFilter>
S3EventSourceProps.getFilters()
S3 object key filter rules to determine which objects trigger this event.final List<NotificationKeyFilter>
S3EventSourceProps.Jsii$Proxy.getFilters()
Modifier and TypeMethodDescriptionS3EventSource.Builder.filters
(List<? extends NotificationKeyFilter> filters) S3 object key filter rules to determine which objects trigger this event.S3EventSourceProps.Builder.filters
(List<? extends NotificationKeyFilter> filters) Sets the value ofS3EventSourceProps.getFilters()
S3EventSourceV2.Builder.filters
(List<? extends NotificationKeyFilter> filters) S3 object key filter rules to determine which objects trigger this event. -
Uses of NotificationKeyFilter in software.amazon.awscdk.services.s3
Modifier and TypeMethodDescriptionNotificationKeyFilter.Builder.build()
Builds the configured instance.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.