@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.812Z") @Stability(value=Stable) public interface IBucketNotificationDestination extends software.amazon.jsii.JsiiSerializable
| 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(software.constructs.Construct scope,
IBucket bucket)
Registers this resource to receive notifications for the specified bucket.
|
@Stability(value=Stable) @NotNull BucketNotificationDestinationConfig bind(@NotNull software.constructs.Construct scope, @NotNull 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.Copyright © 2022. All rights reserved.