Uses of Interface
software.amazon.awscdk.services.lambda.IEventSourceDlq
Packages that use IEventSourceDlq
Package
Description
AWS Lambda Construct Library
AWS Lambda Event Sources
-
Uses of IEventSourceDlq in software.amazon.awscdk.services.lambda
Subinterfaces of IEventSourceDlq in software.amazon.awscdk.services.lambdaModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIEventSourceDlq
.Classes in software.amazon.awscdk.services.lambda that implement IEventSourceDlqModifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.lambda that return IEventSourceDlqModifier and TypeMethodDescriptiondefault IEventSourceDlq
EventSourceMappingOptions.getOnFailure()
An Amazon SQS queue or Amazon SNS topic destination for discarded records.final IEventSourceDlq
EventSourceMappingOptions.Jsii$Proxy.getOnFailure()
final IEventSourceDlq
EventSourceMappingProps.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()
-
Uses of IEventSourceDlq in software.amazon.awscdk.services.lambda.eventsources
Classes in software.amazon.awscdk.services.lambda.eventsources that implement IEventSourceDlqModifier and TypeClassDescriptionclass
An S3 dead letter bucket destination configuration for a Lambda event source.class
An SNS dead letter queue destination configuration for a Lambda event source.class
An SQS dead letter queue destination configuration for a Lambda event source.Methods in software.amazon.awscdk.services.lambda.eventsources that return IEventSourceDlqModifier and TypeMethodDescriptionfinal IEventSourceDlq
DynamoEventSourceProps.Jsii$Proxy.getOnFailure()
default IEventSourceDlq
KafkaEventSourceProps.getOnFailure()
Add an on Failure Destination for this Kafka event.final IEventSourceDlq
KafkaEventSourceProps.Jsii$Proxy.getOnFailure()
final IEventSourceDlq
KinesisEventSourceProps.Jsii$Proxy.getOnFailure()
final IEventSourceDlq
ManagedKafkaEventSourceProps.Jsii$Proxy.getOnFailure()
final IEventSourceDlq
SelfManagedKafkaEventSourceProps.Jsii$Proxy.getOnFailure()
default IEventSourceDlq
StreamEventSourceProps.getOnFailure()
An Amazon SQS queue or Amazon SNS topic destination for discarded records.final IEventSourceDlq
StreamEventSourceProps.Jsii$Proxy.getOnFailure()
Methods in software.amazon.awscdk.services.lambda.eventsources with parameters of type IEventSourceDlqModifier and TypeMethodDescriptionDynamoEventSource.Builder.onFailure
(IEventSourceDlq onFailure) An Amazon SQS queue or Amazon SNS topic destination for discarded records.DynamoEventSourceProps.Builder.onFailure
(IEventSourceDlq onFailure) Sets the value ofStreamEventSourceProps.getOnFailure()
KafkaEventSourceProps.Builder.onFailure
(IEventSourceDlq onFailure) Sets the value ofKafkaEventSourceProps.getOnFailure()
KinesisEventSource.Builder.onFailure
(IEventSourceDlq onFailure) An Amazon SQS queue or Amazon SNS topic destination for discarded records.KinesisEventSourceProps.Builder.onFailure
(IEventSourceDlq onFailure) Sets the value ofStreamEventSourceProps.getOnFailure()
ManagedKafkaEventSource.Builder.onFailure
(IEventSourceDlq onFailure) Add an on Failure Destination for this Kafka event.ManagedKafkaEventSourceProps.Builder.onFailure
(IEventSourceDlq onFailure) Sets the value ofKafkaEventSourceProps.getOnFailure()
SelfManagedKafkaEventSource.Builder.onFailure
(IEventSourceDlq onFailure) Add an on Failure Destination for this Kafka event.SelfManagedKafkaEventSourceProps.Builder.onFailure
(IEventSourceDlq onFailure) Sets the value ofKafkaEventSourceProps.getOnFailure()
StreamEventSourceProps.Builder.onFailure
(IEventSourceDlq onFailure) Sets the value ofStreamEventSourceProps.getOnFailure()