Uses of Interface
software.amazon.awscdk.services.lambda.IEventSourceDlq
-
Uses of IEventSourceDlq in software.amazon.awscdk.services.lambda
Subinterfaces of IEventSourceDlq in software.amazon.awscdk.services.lambdaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIEventSourceDlq.Classes in software.amazon.awscdk.services.lambda that implement IEventSourceDlqModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.lambda that return IEventSourceDlqModifier and TypeMethodDescriptiondefault IEventSourceDlqEventSourceMappingOptions.getOnFailure()An Amazon SQS queue or Amazon SNS topic destination for discarded records.final IEventSourceDlqEventSourceMappingOptions.Jsii$Proxy.getOnFailure()final IEventSourceDlqEventSourceMappingProps.Jsii$Proxy.getOnFailure()Methods in software.amazon.awscdk.services.lambda with parameters of type IEventSourceDlqModifier and TypeMethodDescriptionEventSourceMapping.Builder.onFailure(IEventSourceDlq onFailure) An Amazon SQS queue or Amazon SNS topic destination for discarded records.EventSourceMappingOptions.Builder.onFailure(IEventSourceDlq onFailure) Sets the value ofEventSourceMappingOptions.getOnFailure()EventSourceMappingProps.Builder.onFailure(IEventSourceDlq onFailure) Sets the value ofEventSourceMappingOptions.getOnFailure()