| Package | Description |
|---|---|
| software.amazon.awscdk.services.s3 |
Amazon S3 Construct Library
|
| software.amazon.awscdk.services.s3.notifications |
S3 Bucket Notifications Destinations
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IBucketNotificationDestination.Jsii$Default
Internal default implementation for
IBucketNotificationDestination. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IBucketNotificationDestination.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LambdaDestination
(experimental) Use a Lambda function as a bucket notification destination.
|
class |
SnsDestination
(experimental) Use an SNS topic as a bucket notification destination.
|
class |
SqsDestination
(experimental) Use an SQS queue as a bucket notification destination.
|
Copyright © 2021. All rights reserved.