@Internal public static interface IBucketNotificationDestination.Jsii$Default extends IBucketNotificationDestination
IBucketNotificationDestination.IBucketNotificationDestination.Jsii$Default, IBucketNotificationDestination.Jsii$Proxy| Modifier and Type | Method and Description |
|---|---|
default BucketNotificationDestinationConfig |
bind(software.constructs.Construct scope,
IBucket bucket)
Registers this resource to receive notifications for the specified bucket.
|
@Stability(value=Stable) @NotNull default 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.
bind in interface IBucketNotificationDestinationscope - This parameter is required.bucket - The bucket object to bind to. This parameter is required.Copyright © 2022. All rights reserved.