| 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 |
|---|---|
List<EventType> |
S3EventSourceProps.getEvents()
(experimental) The s3 event types that will trigger the notification.
|
List<EventType> |
S3EventSourceProps.Jsii$Proxy.getEvents() |
| Modifier and Type | Method and Description |
|---|---|
S3EventSource.Builder |
S3EventSource.Builder.events(List<? extends EventType> events)
(experimental) The s3 event types that will trigger the notification.
|
S3EventSourceProps.Builder |
S3EventSourceProps.Builder.events(List<? extends EventType> events)
Sets the value of
S3EventSourceProps.getEvents() |
| 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 | Method and Description |
|---|---|
static EventType |
EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Bucket.addEventNotification(EventType event,
IBucketNotificationDestination dest,
NotificationKeyFilter... filters)
(experimental) Adds a bucket notification event destination.
|
Copyright © 2021. All rights reserved.