interface IEventSourceDlq
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Lambda.IEventSourceDlq |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awslambda#IEventSourceDlq |
Java | software.amazon.awscdk.services.lambda.IEventSourceDlq |
Python | aws_cdk.aws_lambda.IEventSourceDlq |
TypeScript (source) | aws-cdk-lib » aws_lambda » IEventSourceDlq |
Implemented by
S3, Sns, Sqs
A DLQ for an event source.
Methods
| Name | Description |
|---|---|
| bind(target, targetHandler) | Returns the DLQ destination config of the DLQ. |
bind(target, targetHandler)
public bind(target: IEventSourceMapping, targetHandler: IFunction): DlqDestinationConfig
Parameters
- target
IEventSource Mapping - targetHandler
IFunction
Returns
Returns the DLQ destination config of the DLQ.

.NET
Go
Java
Python
TypeScript (