Uses of Interface
software.amazon.awscdk.services.lambda.IEventSourceMapping
Packages that use IEventSourceMapping
Package
Description
AWS Lambda Construct Library
AWS Lambda Event Sources
-
Uses of IEventSourceMapping in software.amazon.awscdk.services.lambda
Subinterfaces of IEventSourceMapping in software.amazon.awscdk.services.lambdaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIEventSourceMapping.Classes in software.amazon.awscdk.services.lambda that implement IEventSourceMappingModifier and TypeClassDescriptionclassDefines a Lambda EventSourceMapping resource.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.lambda that return IEventSourceMappingModifier and TypeMethodDescriptionstatic IEventSourceMappingEventSourceMapping.fromEventSourceMappingId(software.constructs.Construct scope, String id, String eventSourceMappingId) Import an event source into this stack from its event source id.Methods in software.amazon.awscdk.services.lambda with parameters of type IEventSourceMappingModifier 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.ISchemaRegistry.bind(IEventSourceMapping target, IFunction targetHandler) Returns the schema registry config of the event source.default KafkaSchemaRegistryConfigISchemaRegistry.Jsii$Default.bind(IEventSourceMapping target, IFunction targetHandler) Returns the schema registry config of the event source.ISchemaRegistry.Jsii$Proxy.bind(IEventSourceMapping target, IFunction targetHandler) Returns the schema registry config of the event source. -
Uses of IEventSourceMapping in software.amazon.awscdk.services.lambda.eventsources
Methods in software.amazon.awscdk.services.lambda.eventsources with parameters of type IEventSourceMappingModifier and TypeMethodDescriptionConfluentSchemaRegistry.bind(IEventSourceMapping _target, IFunction targetHandler) Returns a schema registry configuration.GlueSchemaRegistry.bind(IEventSourceMapping _target, IFunction targetHandler) Returns a schema registry configuration.S3OnFailureDestination.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.