| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda.eventsources |
AWS Lambda Event Sources
|
| software.amazon.awscdk.services.s3 |
Amazon S3 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default List<NotificationKeyFilter> |
S3EventSourceProps.getFilters()
S3 object key filter rules to determine which objects trigger this event.
|
List<NotificationKeyFilter> |
S3EventSourceProps.Jsii$Proxy.getFilters() |
| Modifier and Type | Method and Description |
|---|---|
S3EventSourceProps.Builder |
S3EventSourceProps.Builder.filters(List<? extends NotificationKeyFilter> filters)
Sets the value of
S3EventSourceProps.getFilters() |
S3EventSource.Builder |
S3EventSource.Builder.filters(List<? extends NotificationKeyFilter> filters)
S3 object key filter rules to determine which objects trigger this event.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
NotificationKeyFilter.Jsii$Proxy
An implementation for
NotificationKeyFilter |
| Modifier and Type | Method and Description |
|---|---|
NotificationKeyFilter |
NotificationKeyFilter.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BucketBase.addEventNotification(EventType event,
IBucketNotificationDestination dest,
NotificationKeyFilter... filters)
Adds a bucket notification event destination.
|
void |
IBucket.addEventNotification(EventType event,
IBucketNotificationDestination dest,
NotificationKeyFilter... filters)
Adds a bucket notification event destination.
|
void |
IBucket.Jsii$Proxy.addEventNotification(EventType event,
IBucketNotificationDestination dest,
NotificationKeyFilter... filters)
Adds a bucket notification event destination.
|
default void |
IBucket.Jsii$Default.addEventNotification(EventType event,
IBucketNotificationDestination dest,
NotificationKeyFilter... filters)
Adds a bucket notification event destination.
|
void |
BucketBase.addObjectCreatedNotification(IBucketNotificationDestination dest,
NotificationKeyFilter... filters)
Subscribes a destination to receive notifications when an object is created in the bucket.
|
void |
IBucket.addObjectCreatedNotification(IBucketNotificationDestination dest,
NotificationKeyFilter... filters)
Subscribes a destination to receive notifications when an object is created in the bucket.
|
void |
IBucket.Jsii$Proxy.addObjectCreatedNotification(IBucketNotificationDestination dest,
NotificationKeyFilter... filters)
Subscribes a destination to receive notifications when an object is created in the bucket.
|
default void |
IBucket.Jsii$Default.addObjectCreatedNotification(IBucketNotificationDestination dest,
NotificationKeyFilter... filters)
Subscribes a destination to receive notifications when an object is created in the bucket.
|
void |
BucketBase.addObjectRemovedNotification(IBucketNotificationDestination dest,
NotificationKeyFilter... filters)
Subscribes a destination to receive notifications when an object is removed from the bucket.
|
void |
IBucket.addObjectRemovedNotification(IBucketNotificationDestination dest,
NotificationKeyFilter... filters)
Subscribes a destination to receive notifications when an object is removed from the bucket.
|
void |
IBucket.Jsii$Proxy.addObjectRemovedNotification(IBucketNotificationDestination dest,
NotificationKeyFilter... filters)
Subscribes a destination to receive notifications when an object is removed from the bucket.
|
default void |
IBucket.Jsii$Default.addObjectRemovedNotification(IBucketNotificationDestination dest,
NotificationKeyFilter... filters)
Subscribes a destination to receive notifications when an object is removed from the bucket.
|
Copyright © 2022. All rights reserved.