AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::BedrockAgentCore::Evaluator

CfnEvaluator

Resource Type definition for AWS::BedrockAgentCore::Evaluator - Creates a custom evaluator for agent quality assessment using LLM-as-a-Judge configurations.

Import

import { CfnEvaluator } from 'aws-cdk-lib/aws-bedrockagentcore';

Or use the module namespace:

import * as bedrockagentcore from 'aws-cdk-lib/aws-bedrockagentcore';
// bedrockagentcore.CfnEvaluator

Properties

Configuration passed to the constructor as CfnEvaluatorProps.

evaluatorConfigRequired
IResolvable | EvaluatorConfigProperty

The configuration that defines how an evaluator assesses agent performance.

evaluatorNameRequired
string

The name of the evaluator. Must be unique within your account.

levelRequired
string
descriptionOptional
string

The description of the evaluator.

tagsOptional
CfnTag[]

A list of tags to assign to the evaluator.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter