@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:46.740Z") @Stability(value=Experimental) 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)
(experimental) Registers this resource to receive notifications for the specified bucket.
|
@Stability(value=Experimental) @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 © 2021. All rights reserved.