Uses of Class
software.amazon.awscdk.services.lambda.EventSourceMapping
Package
Description
AWS Lambda Construct Library
-
Uses of EventSourceMapping in software.amazon.awscdk.services.cloudfront.experimental
Modifier 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
Modifier and TypeMethodDescriptionFunctionBase.addEventSourceMapping
(String id, EventSourceMappingOptions options) Adds an event source that maps to this AWS Lambda function.default EventSourceMapping
IAlias.Jsii$Default.addEventSourceMapping
(String id, EventSourceMappingOptions options) Adds an event source that maps to this AWS Lambda function.final EventSourceMapping
IAlias.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 EventSourceMapping
IFunction.Jsii$Default.addEventSourceMapping
(String id, EventSourceMappingOptions options) Adds an event source that maps to this AWS Lambda function.final EventSourceMapping
IFunction.Jsii$Proxy.addEventSourceMapping
(String id, EventSourceMappingOptions options) Adds an event source that maps to this AWS Lambda function.default EventSourceMapping
IVersion.Jsii$Default.addEventSourceMapping
(String id, EventSourceMappingOptions options) Adds an event source that maps to this AWS Lambda function.final EventSourceMapping
IVersion.Jsii$Proxy.addEventSourceMapping
(String id, EventSourceMappingOptions options) Adds an event source that maps to this AWS Lambda function.EventSourceMapping.Builder.build()