AWS::BedrockAgentCore::OnlineEvaluationConfigResource Type definition for AWS::BedrockAgentCore::OnlineEvaluationConfig - Creates an online evaluation configuration for continuous monitoring of agent performance.
import { CfnOnlineEvaluationConfig } from 'aws-cdk-lib/aws-bedrockagentcore';Or use the module namespace:
import * as bedrockagentcore from 'aws-cdk-lib/aws-bedrockagentcore';
// bedrockagentcore.CfnOnlineEvaluationConfigConfiguration passed to the constructor as CfnOnlineEvaluationConfigProps.
dataSourceConfigRequiredIResolvable | DataSourceConfigPropertyThe configuration that specifies where to read agent traces for online evaluation.
evaluationExecutionRoleArnRequiredstringThe Amazon Resource Name (ARN) of the IAM role that grants permissions for evaluation.
evaluatorsRequiredIResolvable | IResolvable | EvaluatorReferenceProperty[]The list of evaluators to apply during online evaluation.
onlineEvaluationConfigNameRequiredstringThe name of the online evaluation configuration. Must be unique within your account.
ruleRequiredIResolvable | RulePropertyThe evaluation rule that defines sampling configuration, filtering criteria, and session detection settings.
descriptionOptionalstringThe description of the online evaluation configuration.
executionStatusOptionalstringtagsOptionalCfnTag[]A list of tags to assign to the online evaluation configuration.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-bedrockagentcoreAWS::BedrockAgentCore::OnlineEvaluationConfig