Interface IBucketNotificationDestination
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IBucketNotificationDestination.Jsii$Default
- All Known Implementing Classes:
IBucketNotificationDestination.Jsii$Proxy,LambdaDestination,SnsDestination,SqsDestination
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)",
date="2025-11-04T09:27:49.464Z")
@Stability(Stable)
public interface IBucketNotificationDestination
extends software.amazon.jsii.JsiiSerializable
Implemented by constructs that can be used as bucket notification destinations.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIBucketNotificationDestination.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionbind(software.constructs.Construct scope, IBucketRef bucket) Registers this resource to receive notifications for the specified bucket.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
bind
@Stability(Stable) @NotNull 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.
- Parameters:
scope- This parameter is required.bucket- The bucket object to bind to. This parameter is required.
-