Interface IEventSourceDlq
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IEventSourceDlq.Jsii$Default
- All Known Implementing Classes:
IEventSourceDlq.Jsii$Proxy,S3OnFailureDestination,SnsDlq,SqsDlq
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-29T11:15:42.680Z")
@Stability(Stable)
public interface IEventSourceDlq
extends software.amazon.jsii.JsiiSerializable
A DLQ for an event source.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIEventSourceDlq.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionbind(IEventSourceMapping target, IFunction targetHandler) Returns the DLQ destination config of the DLQ.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
bind
@Stability(Stable) @NotNull DlqDestinationConfig bind(@NotNull IEventSourceMapping target, @NotNull IFunction targetHandler) Returns the DLQ destination config of the DLQ.- Parameters:
target- This parameter is required.targetHandler- This parameter is required.
-