aws-cdk-lib.aws_lambda.IEventSourceDlq

interface IEventSourceDlq

LanguageType name
.NETAmazon.CDK.AWS.Lambda.IEventSourceDlq
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awslambda#IEventSourceDlq
Javasoftware.amazon.awscdk.services.lambda.IEventSourceDlq
Pythonaws_cdk.aws_lambda.IEventSourceDlq
TypeScript (source)aws-cdk-lib » aws_lambda » IEventSourceDlq

Implemented by SnsDlq, SqsDlq

A DLQ for an event source.

Methods

NameDescription
bind(target, targetHandler)Returns the DLQ destination config of the DLQ.

bind(target, targetHandler)

public bind(target: IEventSourceMapping, targetHandler: IFunction): DlqDestinationConfig

Parameters

  • target IEventSourceMapping
  • targetHandler IFunction

Returns

  • DlqDestinationConfig

Returns the DLQ destination config of the DLQ.