AWS::BedrockAgentCore::Evaluator LambdaEvaluatorConfig - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::BedrockAgentCore::Evaluator LambdaEvaluatorConfig

The LambdaEvaluatorConfig property type specifies Property description not available. for an AWS::BedrockAgentCore::Evaluator.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "LambdaArn" : String, "LambdaTimeoutInSeconds" : Integer }

YAML

LambdaArn: String LambdaTimeoutInSeconds: Integer

Properties

LambdaArn

Property description not available.

Required: Yes

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-_]+))?$

Update requires: No interruption

LambdaTimeoutInSeconds

Property description not available.

Required: No

Type: Integer

Minimum: 1

Maximum: 300

Update requires: No interruption