Uses of Interface
software.amazon.awscdk.services.lambda.DlqDestinationConfig
Package
Description
AWS Lambda Construct Library
AWS Lambda Event Sources
-
Uses of DlqDestinationConfig in software.amazon.awscdk.services.lambda
Modifier and TypeMethodDescriptionIEventSourceDlq.bind
(IEventSourceMapping target, IFunction targetHandler) Returns the DLQ destination config of the DLQ.default DlqDestinationConfig
IEventSourceDlq.Jsii$Default.bind
(IEventSourceMapping target, IFunction targetHandler) Returns the DLQ destination config of the DLQ.final DlqDestinationConfig
IEventSourceDlq.Jsii$Proxy.bind
(IEventSourceMapping target, IFunction targetHandler) Returns the DLQ destination config of the DLQ.DlqDestinationConfig.Builder.build()
Builds the configured instance. -
Uses of DlqDestinationConfig in software.amazon.awscdk.services.lambda.eventsources
Modifier and TypeMethodDescriptionSnsDlq.bind
(IEventSourceMapping _target, IFunction targetHandler) Returns a destination configuration for the DLQ.SqsDlq.bind
(IEventSourceMapping _target, IFunction targetHandler) Returns a destination configuration for the DLQ.