@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:47.923Z") @Stability(value=Experimental) public class SqsDestination extends software.amazon.jsii.JsiiObject implements IBucketNotificationDestination
software.amazon.jsii.JsiiObject.InitializationModeIBucketNotificationDestination.Jsii$Default, IBucketNotificationDestination.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
SqsDestination(IQueue queue) |
protected |
SqsDestination(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
SqsDestination(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
BucketNotificationDestinationConfig |
bind(software.constructs.Construct _scope,
IBucket bucket)
(experimental) Allows using SQS queues as destinations for bucket notifications.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected SqsDestination(software.amazon.jsii.JsiiObjectRef objRef)
protected SqsDestination(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public SqsDestination(@NotNull
IQueue queue)
queue - This parameter is required.@Stability(value=Experimental) @NotNull public BucketNotificationDestinationConfig bind(@NotNull software.constructs.Construct _scope, @NotNull IBucket bucket)
Use bucket.onEvent(event, queue) to subscribe.
bind in interface IBucketNotificationDestination_scope - This parameter is required.bucket - This parameter is required.Copyright © 2021. All rights reserved.