Interface IEventSourceDlq.Jsii$Default
- All Superinterfaces:
IEventSourceDlq
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IEventSourceDlq.Jsii$Proxy
- Enclosing interface:
IEventSourceDlq
Internal default implementation for
IEventSourceDlq
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.lambda.IEventSourceDlq
IEventSourceDlq.Jsii$Default, IEventSourceDlq.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault DlqDestinationConfig
bind
(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 default DlqDestinationConfig bind(@NotNull IEventSourceMapping target, @NotNull IFunction targetHandler) Returns the DLQ destination config of the DLQ.- Specified by:
bind
in interfaceIEventSourceDlq
- Parameters:
target
- This parameter is required.targetHandler
- This parameter is required.
-