AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::BedrockAgentCore::OnlineEvaluationConfig

CfnOnlineEvaluationConfig

Resource Type definition for AWS::BedrockAgentCore::OnlineEvaluationConfig - Creates an online evaluation configuration for continuous monitoring of agent performance.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnOnlineEvaluationConfigProps.

dataSourceConfigRequired
IResolvable | DataSourceConfigProperty

The configuration that specifies where to read agent traces for online evaluation.

evaluationExecutionRoleArnRequired
string

The Amazon Resource Name (ARN) of the IAM role that grants permissions for evaluation.

evaluatorsRequired
IResolvable | IResolvable | EvaluatorReferenceProperty[]

The list of evaluators to apply during online evaluation.

onlineEvaluationConfigNameRequired
string

The name of the online evaluation configuration. Must be unique within your account.

ruleRequired
IResolvable | RuleProperty

The evaluation rule that defines sampling configuration, filtering criteria, and session detection settings.

descriptionOptional
string

The description of the online evaluation configuration.

executionStatusOptional
string
tagsOptional
CfnTag[]

A list of tags to assign to the online evaluation configuration.

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

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-bedrockagentcore
CFN TypeAWS::BedrockAgentCore::OnlineEvaluationConfig
Properties8

External Links