@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)", date="2023-01-31T18:36:59.892Z") 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);
IEventSourceDlq.Jsii$Default, IEventSourceDlq.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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.
|
protected SnsDlq(software.amazon.jsii.JsiiObjectRef objRef)
protected SnsDlq(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public DlqDestinationConfig bind(IEventSourceMapping _target, IFunction targetHandler)
bind
in interface IEventSourceDlq
_target
- This parameter is required.targetHandler
- This parameter is required.