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
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.s3.IBucketNotificationDestination
IBucketNotificationDestination.Jsii$Default, IBucketNotificationDestination.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptionRegisters 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 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 interfaceIBucketNotificationDestination
- Parameters:
scope
- This parameter is required.bucket
- The bucket object to bind to. This parameter is required.
-