LambdaEvaluatorConfig
Configuration for a Lambda function used as a code-based evaluator.
Contents
- lambdaArn
-
The Amazon Resource Name (ARN) of the Lambda function that implements the evaluation logic.
Type: String
Pattern:
arn:(aws[a-zA-Z-]*)?:lambda:([a-z]{2}(-gov)?-[a-z]+-\d{1}):(\d{12}):function:([a-zA-Z0-9-_.]+)(:(\$LATEST|[a-zA-Z0-9-_]+))?Required: Yes
- lambdaTimeoutInSeconds
-
The timeout in seconds for the Lambda function invocation. Defaults to 60. Must be between 1 and 300.
Type: Integer
Valid Range: Minimum value of 1. Maximum value of 300.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: