Uses of Class
software.amazon.awscdk.services.lambda.EventInvokeConfig.Builder
Packages that use EventInvokeConfig.Builder
-
Uses of EventInvokeConfig.Builder in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return EventInvokeConfig.BuilderModifier and TypeMethodDescriptionstatic EventInvokeConfig.BuilderThe Lambda function.EventInvokeConfig.Builder.maxEventAge(Duration maxEventAge) The maximum age of a request that Lambda sends to a function for processing.EventInvokeConfig.Builder.onFailure(IDestination onFailure) The destination for failed invocations.EventInvokeConfig.Builder.onSuccess(IDestination onSuccess) The destination for successful invocations.The qualifier.EventInvokeConfig.Builder.retryAttempts(Number retryAttempts) The maximum number of times to retry when the function returns an error.