IEventSourceDlq¶
-
class
aws_cdk.aws_lambda.
IEventSourceDlq
(*args, **kwds)¶ Bases:
typing_extensions.Protocol
A DLQ for an event source.
Methods
-
bind
(target, target_handler)¶ Returns the DLQ destination config of the DLQ.
- Parameters
target (
IEventSourceMapping
) –target_handler (
IFunction
) –
- Return type
-