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 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 S3, 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 S3, 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 TypeClassDescriptionclassA Kafka topic dead letter queue destination configuration for a Lambda event source.classAn S3 dead letter bucket destination configuration for a Lambda event source.classAn SNS dead letter queue destination configuration for a Lambda event source.classAn SQS dead letter queue destination configuration for a Lambda event source.Methods in software.amazon.awscdk.services.lambda.eventsources that return IEventSourceDlqModifier and TypeMethodDescriptionfinal IEventSourceDlqDynamoEventSourceProps.Jsii$Proxy.getOnFailure()default IEventSourceDlqKafkaEventSourceProps.getOnFailure()Add an on Failure Destination for this Kafka event.final IEventSourceDlqKafkaEventSourceProps.Jsii$Proxy.getOnFailure()final IEventSourceDlqKinesisEventSourceProps.Jsii$Proxy.getOnFailure()final IEventSourceDlqManagedKafkaEventSourceProps.Jsii$Proxy.getOnFailure()final IEventSourceDlqSelfManagedKafkaEventSourceProps.Jsii$Proxy.getOnFailure()default IEventSourceDlqStreamEventSourceProps.getOnFailure()An Amazon S3, Amazon SQS queue or Amazon SNS topic destination for discarded records.final IEventSourceDlqStreamEventSourceProps.Jsii$Proxy.getOnFailure()Methods in software.amazon.awscdk.services.lambda.eventsources with parameters of type IEventSourceDlqModifier and TypeMethodDescriptionDynamoEventSource.Builder.onFailure(IEventSourceDlq onFailure) An Amazon S3, 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()KinesisConsumerEventSource.Builder.onFailure(IEventSourceDlq onFailure) An Amazon S3, Amazon SQS queue or Amazon SNS topic destination for discarded records.KinesisEventSource.Builder.onFailure(IEventSourceDlq onFailure) An Amazon S3, 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()