| 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()
The s3 event types that will trigger the notification.
|
List<EventType> |
S3EventSourceProps.Jsii$Proxy.getEvents() |
| Modifier and Type | Method and Description |
|---|---|
S3EventSourceProps.Builder |
S3EventSourceProps.Builder.events(List<? extends EventType> events)
Sets the value of
S3EventSourceProps.getEvents() |
S3EventSource.Builder |
S3EventSource.Builder.events(List<? extends EventType> events)
The s3 event types that will trigger the notification.
|
| 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 |
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.
|
Copyright © 2022. All rights reserved.