---
type: resource-type
title: OnlineEvaluationConfig
description: aws resource type AWS::BedrockAgentCore::OnlineEvaluationConfig
name: OnlineEvaluationConfig
lexicon: aws
resource_type: AWS::BedrockAgentCore::OnlineEvaluationConfig
---
`AWS::BedrockAgentCore::OnlineEvaluationConfig`, a resource type of the aws lexicon.

## Properties

- `DataSourceConfig` (`OnlineEvaluationConfig_DataSourceConfig`, required): The data source configuration that specifies CloudWatch log groups and service names to monitor.
- `EvaluationExecutionRoleArn` (`string`, required): The Amazon Resource Name (ARN) of the IAM role that grants permissions for evaluation.
- `OnlineEvaluationConfigName` (`string`, required): The name of the online evaluation configuration. Must be unique within your account.
- `Rule` (`OnlineEvaluationConfig_Rule`, required): The evaluation rule that defines sampling configuration, filters, and session detection settings.
- `ClusteringConfig` (`OnlineEvaluationConfig_ClusteringConfig`, optional): The configuration for clustering analysis of evaluation results.
- `CreatedAt` (`string`, optional): The timestamp when the online evaluation configuration was created.
- `Description` (`string`, optional): The description of the online evaluation configuration.
- `Evaluators` (`OnlineEvaluationConfig_EvaluatorReference[]`, optional): The list of evaluators to apply during online evaluation.
- `ExecutionStatus` (`OnlineEvaluationConfig_ExecutionStatus`, optional): The execution status indicating whether the online evaluation is currently running.
- `Insights` (`OnlineEvaluationConfig_Insight[]`, optional): The list of insights to enable for failure analysis.
- `OnlineEvaluationConfigArn` (`string`, optional): The Amazon Resource Name (ARN) of the online evaluation configuration.
- `OnlineEvaluationConfigId` (`string`, optional): The unique identifier of the online evaluation configuration.
- `OutputConfig` (`OnlineEvaluationConfig_OutputConfig`, optional): The configuration that specifies where evaluation results should be written.
- `Status` (`OnlineEvaluationConfig_OnlineEvaluationConfigStatus`, optional): The status of the online evaluation configuration.
- `Tags` (`OnlineEvaluationConfig_Tag[]`, optional): A list of tags to assign to the online evaluation configuration.
- `UpdatedAt` (`string`, optional): The timestamp when the online evaluation configuration was last updated.

## Attributes

- `CreatedAt`
- `OnlineEvaluationConfigArn`
- `OnlineEvaluationConfigId`
- `OutputConfig`
- `Status`
- `UpdatedAt`
