Interface IBucketNotificationDestination.Jsii$Default

All Superinterfaces:
IBucketNotificationDestination, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IBucketNotificationDestination.Jsii$Proxy
Enclosing interface:
IBucketNotificationDestination

@Internal public static interface IBucketNotificationDestination.Jsii$Default extends IBucketNotificationDestination
Internal default implementation for IBucketNotificationDestination.
  • Method Details

    • bind

      @Stability(Stable) @NotNull default BucketNotificationDestinationConfig bind(@NotNull software.constructs.Construct scope, @NotNull IBucket 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:
      bind in interface IBucketNotificationDestination
      Parameters:
      scope - This parameter is required.
      bucket - The bucket object to bind to. This parameter is required.