public static interface IBucketNotificationDestination.Jsii$Default extends IBucketNotificationDestination
IBucketNotificationDestination
.IBucketNotificationDestination.Jsii$Default, IBucketNotificationDestination.Jsii$Proxy
Modifier and Type | Method and Description |
---|---|
default BucketNotificationDestinationConfig |
bind(Construct scope,
IBucket bucket)
Registers this resource to receive notifications for the specified bucket.
|
default 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.
bind
in interface IBucketNotificationDestination
scope
- This parameter is required.bucket
- The bucket object to bind to. This parameter is required.