Uses of Class
software.amazon.awscdk.services.lambda.EventSourceMapping
Packages that use EventSourceMapping
Package
Description
AWS Lambda Construct Library
-
Uses of EventSourceMapping in software.amazon.awscdk.services.cloudfront.experimental
Methods in software.amazon.awscdk.services.cloudfront.experimental that return EventSourceMappingModifier and TypeMethodDescriptionEdgeFunction.addEventSourceMapping(String id, EventSourceMappingOptions options) Adds an event source that maps to this AWS Lambda function. -
Uses of EventSourceMapping in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return EventSourceMappingModifier and TypeMethodDescriptionFunctionBase.addEventSourceMapping(String id, EventSourceMappingOptions options) Adds an event source that maps to this AWS Lambda function.default EventSourceMappingIAlias.Jsii$Default.addEventSourceMapping(String id, EventSourceMappingOptions options) Adds an event source that maps to this AWS Lambda function.final EventSourceMappingIAlias.Jsii$Proxy.addEventSourceMapping(String id, EventSourceMappingOptions options) Adds an event source that maps to this AWS Lambda function.IFunction.addEventSourceMapping(String id, EventSourceMappingOptions options) Adds an event source that maps to this AWS Lambda function.default EventSourceMappingIFunction.Jsii$Default.addEventSourceMapping(String id, EventSourceMappingOptions options) Adds an event source that maps to this AWS Lambda function.final EventSourceMappingIFunction.Jsii$Proxy.addEventSourceMapping(String id, EventSourceMappingOptions options) Adds an event source that maps to this AWS Lambda function.default EventSourceMappingIVersion.Jsii$Default.addEventSourceMapping(String id, EventSourceMappingOptions options) Adds an event source that maps to this AWS Lambda function.final EventSourceMappingIVersion.Jsii$Proxy.addEventSourceMapping(String id, EventSourceMappingOptions options) Adds an event source that maps to this AWS Lambda function.EventSourceMapping.Builder.build()