Uses of Interface
software.amazon.awscdk.services.lambda.IEventSource
Packages that use IEventSource
Package
Description
AWS Lambda Construct Library
AWS Lambda Event Sources
Amazon Lambda Golang Library
Amazon Lambda Node.js Library
Amazon Lambda Python Library
Triggers
-
Uses of IEventSource in software.amazon.awscdk.services.cloudfront.experimental
Methods in software.amazon.awscdk.services.cloudfront.experimental that return types with arguments of type IEventSourceModifier and TypeMethodDescriptionfinal List<IEventSource> EdgeFunctionProps.Jsii$Proxy.getEvents()Methods in software.amazon.awscdk.services.cloudfront.experimental with parameters of type IEventSourceModifier and TypeMethodDescriptionvoidEdgeFunction.addEventSource(IEventSource source) Adds an event source to this function.Method parameters in software.amazon.awscdk.services.cloudfront.experimental with type arguments of type IEventSourceModifier and TypeMethodDescriptionEdgeFunction.Builder.events(List<? extends IEventSource> events) Event sources for this function.EdgeFunctionProps.Builder.events(List<? extends IEventSource> events) Sets the value ofFunctionOptions.getEvents() -
Uses of IEventSource in software.amazon.awscdk.services.lambda
Subinterfaces of IEventSource in software.amazon.awscdk.services.lambdaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIEventSource.Classes in software.amazon.awscdk.services.lambda that implement IEventSourceModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.lambda that return types with arguments of type IEventSourceModifier and TypeMethodDescriptionfinal List<IEventSource> DockerImageFunctionProps.Jsii$Proxy.getEvents()default List<IEventSource> FunctionOptions.getEvents()Event sources for this function.final List<IEventSource> FunctionOptions.Jsii$Proxy.getEvents()final List<IEventSource> FunctionProps.Jsii$Proxy.getEvents()final List<IEventSource> SingletonFunctionProps.Jsii$Proxy.getEvents()Methods in software.amazon.awscdk.services.lambda with parameters of type IEventSourceModifier and TypeMethodDescriptionvoidFunctionBase.addEventSource(IEventSource source) Adds an event source to this function.default voidIAlias.Jsii$Default.addEventSource(IEventSource source) Adds an event source to this function.final voidIAlias.Jsii$Proxy.addEventSource(IEventSource source) Adds an event source to this function.voidIFunction.addEventSource(IEventSource source) Adds an event source to this function.default voidIFunction.Jsii$Default.addEventSource(IEventSource source) Adds an event source to this function.final voidIFunction.Jsii$Proxy.addEventSource(IEventSource source) Adds an event source to this function.default voidIVersion.Jsii$Default.addEventSource(IEventSource source) Adds an event source to this function.final voidIVersion.Jsii$Proxy.addEventSource(IEventSource source) Adds an event source to this function.Method parameters in software.amazon.awscdk.services.lambda with type arguments of type IEventSourceModifier and TypeMethodDescriptionDockerImageFunction.Builder.events(List<? extends IEventSource> events) Event sources for this function.DockerImageFunctionProps.Builder.events(List<? extends IEventSource> events) Sets the value ofFunctionOptions.getEvents()Function.Builder.events(List<? extends IEventSource> events) Event sources for this function.FunctionOptions.Builder.events(List<? extends IEventSource> events) Sets the value ofFunctionOptions.getEvents()FunctionProps.Builder.events(List<? extends IEventSource> events) Sets the value ofFunctionOptions.getEvents()SingletonFunction.Builder.events(List<? extends IEventSource> events) Event sources for this function.SingletonFunctionProps.Builder.events(List<? extends IEventSource> events) Sets the value ofFunctionOptions.getEvents() -
Uses of IEventSource in software.amazon.awscdk.services.lambda.eventsources
Classes in software.amazon.awscdk.services.lambda.eventsources that implement IEventSourceModifier and TypeClassDescriptionclassExample:classUse an Amazon DynamoDB stream as an event source for AWS Lambda.classUse an Amazon Kinesis stream consumer as an event source for AWS Lambda.classUse an Amazon Kinesis stream as an event source for AWS Lambda.classUse a MSK cluster as a streaming source for AWS Lambda.classUse S3 bucket notifications as an event source for AWS Lambda.classS3EventSourceV2 Use S3 bucket notifications as an event source for AWS Lambda.classUse a self hosted Kafka installation as a streaming source for AWS Lambda.classUse an Amazon SNS topic as an event source for AWS Lambda.classUse an Amazon SQS queue as an event source for AWS Lambda.classUse an stream as an event source for AWS Lambda. -
Uses of IEventSource in software.amazon.awscdk.services.lambda.go.alpha
Methods in software.amazon.awscdk.services.lambda.go.alpha that return types with arguments of type IEventSourceModifier and TypeMethodDescriptionfinal List<IEventSource> GoFunctionProps.Jsii$Proxy.getEvents()Method parameters in software.amazon.awscdk.services.lambda.go.alpha with type arguments of type IEventSourceModifier and TypeMethodDescriptionGoFunction.Builder.events(List<? extends IEventSource> events) Event sources for this function.GoFunctionProps.Builder.events(List<? extends IEventSource> events) Sets the value ofFunctionOptions.getEvents() -
Uses of IEventSource in software.amazon.awscdk.services.lambda.nodejs
Methods in software.amazon.awscdk.services.lambda.nodejs that return types with arguments of type IEventSourceModifier and TypeMethodDescriptionfinal List<IEventSource> NodejsFunctionProps.Jsii$Proxy.getEvents()Method parameters in software.amazon.awscdk.services.lambda.nodejs with type arguments of type IEventSourceModifier and TypeMethodDescriptionNodejsFunction.Builder.events(List<? extends IEventSource> events) Event sources for this function.NodejsFunctionProps.Builder.events(List<? extends IEventSource> events) Sets the value ofFunctionOptions.getEvents() -
Uses of IEventSource in software.amazon.awscdk.services.lambda.python.alpha
Methods in software.amazon.awscdk.services.lambda.python.alpha that return types with arguments of type IEventSourceModifier and TypeMethodDescriptionfinal List<IEventSource> PythonFunctionProps.Jsii$Proxy.getEvents()Method parameters in software.amazon.awscdk.services.lambda.python.alpha with type arguments of type IEventSourceModifier and TypeMethodDescriptionPythonFunction.Builder.events(List<? extends IEventSource> events) Event sources for this function.PythonFunctionProps.Builder.events(List<? extends IEventSource> events) Sets the value ofFunctionOptions.getEvents() -
Uses of IEventSource in software.amazon.awscdk.triggers
Methods in software.amazon.awscdk.triggers that return types with arguments of type IEventSourceModifier and TypeMethodDescriptionfinal List<IEventSource> TriggerFunctionProps.Jsii$Proxy.getEvents()Method parameters in software.amazon.awscdk.triggers with type arguments of type IEventSourceModifier and TypeMethodDescriptionTriggerFunction.Builder.events(List<? extends IEventSource> events) Event sources for this function.TriggerFunctionProps.Builder.events(List<? extends IEventSource> events) Sets the value ofFunctionOptions.getEvents()