Uses of Interface
software.amazon.awscdk.services.lambda.DlqDestinationConfig
Packages that use DlqDestinationConfig
Package
Description
AWS Lambda Construct Library
AWS Lambda Event Sources
-
Uses of DlqDestinationConfig in software.amazon.awscdk.services.lambda
Classes in software.amazon.awscdk.services.lambda that implement DlqDestinationConfigMethods in software.amazon.awscdk.services.lambda that return DlqDestinationConfigModifier and TypeMethodDescriptionIEventSourceDlq.bind(IEventSourceMapping target, IFunction targetHandler) Returns the DLQ destination config of the DLQ.default DlqDestinationConfigIEventSourceDlq.Jsii$Default.bind(IEventSourceMapping target, IFunction targetHandler) Returns the DLQ destination config of the DLQ.final DlqDestinationConfigIEventSourceDlq.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
Methods in software.amazon.awscdk.services.lambda.eventsources that return DlqDestinationConfigModifier and TypeMethodDescriptionS3OnFailureDestination.bind(IEventSourceMapping _target, IFunction targetHandler) Returns a destination configuration for the DLQ.SnsDlq.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.