Uses of Class
software.amazon.awscdk.services.events.targets.LambdaFunction.Builder
Package
Description
Event Targets for Amazon EventBridge
-
Uses of LambdaFunction.Builder in software.amazon.awscdk.services.events.targets
Modifier and TypeMethodDescriptionstatic LambdaFunction.Builder
LambdaFunction.Builder.deadLetterQueue
(IQueue deadLetterQueue) The SQS queue to be used as deadLetterQueue.LambdaFunction.Builder.event
(RuleTargetInput event) The event to send to the Lambda.LambdaFunction.Builder.maxEventAge
(Duration maxEventAge) The maximum age of a request that Lambda sends to a function for processing.LambdaFunction.Builder.retryAttempts
(Number retryAttempts) The maximum number of times to retry when the function returns an error.