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.104.0 (build e79254c)",
date="2024-11-22T02:24:03.944Z")
@Stability(Stable)
public interface IEventSourceDlq
extends software.amazon.jsii.JsiiSerializable
A DLQ for an event source.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIEventSourceDlq
.static final class
A 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.
-