Uses of Interface
software.amazon.awscdk.services.lambda.EventSourceMappingOptions
-
Uses of EventSourceMappingOptions in software.amazon.awscdk.services.lambda
Subinterfaces of EventSourceMappingOptions in software.amazon.awscdk.services.lambdaModifier and TypeInterfaceDescriptioninterfaceProperties for declaring a new event source mapping.Classes in software.amazon.awscdk.services.lambda that implement EventSourceMappingOptionsModifier and TypeClassDescriptionstatic final classAn implementation forEventSourceMappingOptionsstatic final classAn implementation forEventSourceMappingPropsMethods in software.amazon.awscdk.services.lambda that return EventSourceMappingOptionsModifier and TypeMethodDescriptionEventSourceMappingOptions.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.lambda with parameters of type EventSourceMappingOptionsModifier 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.