Uses of Interface
software.amazon.awscdk.services.lambda.EventSourceMappingOptions
Package
Description
AWS Lambda Construct Library
AWS Lambda Event Sources
-
Uses of EventSourceMappingOptions 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 EventSourceMappingOptions in software.amazon.awscdk.services.lambda
Modifier and TypeInterfaceDescriptioninterface
Properties for declaring a new event source mapping.Modifier and TypeClassDescriptionstatic final class
An implementation forEventSourceMappingOptions
static final class
An implementation forEventSourceMappingProps
Modifier and TypeMethodDescriptionEventSourceMappingOptions.Builder.build()
Builds the configured instance.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. -
Uses of EventSourceMappingOptions in software.amazon.awscdk.services.lambda.eventsources
Modifier and TypeMethodDescriptionprotected EventSourceMappingOptions
StreamEventSource.enrichMappingOptions
(EventSourceMappingOptions options) Modifier and TypeMethodDescriptionprotected EventSourceMappingOptions
StreamEventSource.enrichMappingOptions
(EventSourceMappingOptions options)