interface IEventSourceDlq
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Lambda.IEventSourceDlq |
![]() | software.amazon.awscdk.services.lambda.IEventSourceDlq |
![]() | aws_cdk.aws_lambda.IEventSourceDlq |
![]() | @aws-cdk/aws-lambda » IEventSourceDlq |
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
IEvent
Source Mapping - targetHandler
IFunction
Returns
Returns the DLQ destination config of the DLQ.