@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:47.923Z") @Stability(value=Experimental) public class SnsDestination extends software.amazon.jsii.JsiiObject implements IBucketNotificationDestination
software.amazon.jsii.JsiiObject.InitializationModeIBucketNotificationDestination.Jsii$Default, IBucketNotificationDestination.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
SnsDestination(ITopic topic) |
protected |
SnsDestination(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
SnsDestination(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, jsiiStaticSetprotected SnsDestination(software.amazon.jsii.JsiiObjectRef objRef)
protected SnsDestination(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public SnsDestination(@NotNull
ITopic topic)
topic - This parameter is required.@Stability(value=Experimental) @NotNull public 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 IBucketNotificationDestination_scope - This parameter is required.bucket - This parameter is required.Copyright © 2021. All rights reserved.