Class IBucketNotificationDestination.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3.IBucketNotificationDestination.Jsii$Proxy
- All Implemented Interfaces:
IBucketNotificationDestination,IBucketNotificationDestination.Jsii$Default,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
IBucketNotificationDestination
@Internal
public static final class IBucketNotificationDestination.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IBucketNotificationDestination.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.s3.IBucketNotificationDestination
IBucketNotificationDestination.Jsii$Default, IBucketNotificationDestination.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbind(software.constructs.Construct scope, IBucketRef bucket) Registers this resource to receive notifications for the specified bucket.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
bind
@Stability(Stable) @NotNull public final BucketNotificationDestinationConfig bind(@NotNull software.constructs.Construct scope, @NotNull IBucketRef bucket) Registers this resource to receive notifications for the specified 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.
- Specified by:
bindin interfaceIBucketNotificationDestination- Specified by:
bindin interfaceIBucketNotificationDestination.Jsii$Default- Parameters:
scope- This parameter is required.bucket- The bucket object to bind to. This parameter is required.
-