@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:52.772Z") @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(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 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 © 2020. All rights reserved.