@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:19.797Z") @Stability(value=Stable) public class SnsDlq extends software.amazon.jsii.JsiiObject implements IEventSourceDlq
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.lambda.eventsources.*; import software.amazon.awscdk.services.sns.*; Topic topic; SnsDlq snsDlq = new SnsDlq(topic);
software.amazon.jsii.JsiiObject.InitializationModeIEventSourceDlq.Jsii$Default, IEventSourceDlq.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
SnsDlq(ITopic topic) |
protected |
SnsDlq(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
SnsDlq(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
DlqDestinationConfig |
bind(IEventSourceMapping _target,
IFunction targetHandler)
Returns a destination configuration for the DLQ.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected SnsDlq(software.amazon.jsii.JsiiObjectRef objRef)
protected SnsDlq(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public SnsDlq(@NotNull
ITopic topic)
topic - This parameter is required.@Stability(value=Stable) @NotNull public DlqDestinationConfig bind(@NotNull IEventSourceMapping _target, @NotNull IFunction targetHandler)
bind in interface IEventSourceDlq_target - This parameter is required.targetHandler - This parameter is required.Copyright © 2022. All rights reserved.