IEventSourceDlq
- class aws_cdk.aws_lambda.IEventSourceDlq(*args, **kwargs)
Bases:
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: