| 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()
(experimental) S3 object key filter rules to determine which objects trigger this event.
|
List<NotificationKeyFilter> |
S3EventSourceProps.Jsii$Proxy.getFilters() |
| Modifier and Type | Method and Description |
|---|---|
S3EventSource.Builder |
S3EventSource.Builder.filters(List<? extends NotificationKeyFilter> filters)
(experimental) S3 object key filter rules to determine which objects trigger this event.
|
S3EventSourceProps.Builder |
S3EventSourceProps.Builder.filters(List<? extends NotificationKeyFilter> filters)
Sets the value of
S3EventSourceProps.getFilters() |
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends EventType> events,
List<? extends NotificationKeyFilter> filters)
Constructor that initializes the object based on literal property values passed by the
S3EventSourceProps.Builder. |
| 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 |
Bucket.addEventNotification(EventType event,
IBucketNotificationDestination dest,
NotificationKeyFilter... filters)
(experimental) Adds a bucket notification event destination.
|
void |
Bucket.addObjectCreatedNotification(IBucketNotificationDestination dest,
NotificationKeyFilter... filters)
(experimental) Subscribes a destination to receive notifications when an object is created in the bucket.
|
void |
Bucket.addObjectRemovedNotification(IBucketNotificationDestination dest,
NotificationKeyFilter... filters)
(experimental) Subscribes a destination to receive notifications when an object is removed from the bucket.
|
Copyright © 2021. All rights reserved.