AWS::BedrockAgentCore::EvaluatorResource Type definition for AWS::BedrockAgentCore::Evaluator - Creates a custom evaluator for agent quality assessment using LLM-as-a-Judge configurations.
5 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
EvaluatorConfig | EvaluatorConfig | Required |
EvaluatorName | string | RequiredCreate-only |
Level | string | Required |
Description | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | The timestamp when the evaluator was created. |
EvaluatorArn | string | The Amazon Resource Name (ARN) of the evaluator. |
EvaluatorId | string | The unique identifier of the evaluator. |
Status | string | The current status of the evaluator. |
UpdatedAt | string | The timestamp when the evaluator was last updated. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::BedrockAgentCore::Evaluator
Resources:
MyResource:
Type: AWS::BedrockAgentCore::Evaluator
Properties:
EvaluatorName: "my-evaluatorname"
EvaluatorConfig: "value"
Level: "value"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
bedrock-agentcore:CreateEvaluatorbedrock-agentcore:GetEvaluatorbedrock-agentcore:TagResourcebedrock:InvokeModelbedrock-agentcore:GetEvaluatorbedrock-agentcore:ListTagsForResourcebedrock-agentcore:UpdateEvaluatorbedrock-agentcore:GetEvaluatorbedrock-agentcore:TagResourcebedrock-agentcore:UntagResourcebedrock-agentcore:ListTagsForResourcebedrock:InvokeModelbedrock-agentcore:DeleteEvaluatorbedrock-agentcore:GetEvaluatorbedrock-agentcore:ListEvaluatorsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterEvaluatorArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
EvaluatorName