@Internal public static final class IBucketNotificationDestination.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IBucketNotificationDestination.Jsii$Default
software.amazon.jsii.JsiiObject.InitializationModeIBucketNotificationDestination.Jsii$Default, IBucketNotificationDestination.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) |
| 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.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Experimental) @NotNull public final 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 IBucketNotificationDestinationbind in interface IBucketNotificationDestination.Jsii$Defaultscope - This parameter is required.bucket - The bucket object to bind to. This parameter is required.Copyright © 2021. All rights reserved.