@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:41.695Z")
public interface IBucketNotificationDestination
Modifier and Type | Interface and Description |
---|---|
static interface |
IBucketNotificationDestination.Jsii$Default
Internal default implementation for
IBucketNotificationDestination . |
static class |
IBucketNotificationDestination.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
Modifier and Type | Method and Description |
---|---|
BucketNotificationDestinationConfig |
bind(Construct scope,
IBucket bucket)
Registers this resource to receive notifications for the specified bucket.
|
BucketNotificationDestinationConfig bind(Construct scope, IBucket bucket)
This method will only be called once for each destination/bucket pair and the result will be cached, so there is no need to implement idempotency in each destination.
scope
- This parameter is required.bucket
- The bucket object to bind to. This parameter is required.