AWS::BedrockAgentCore::OnlineEvaluationConfigResource Type definition for AWS::BedrockAgentCore::OnlineEvaluationConfig - Creates an online evaluation configuration for continuous monitoring of agent performance.
7 configurable properties. 5 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DataSourceConfig | DataSourceConfig | Required |
EvaluationExecutionRoleArn | string | Required |
Evaluators | Array<EvaluatorReference> | Required |
OnlineEvaluationConfigName | string | RequiredCreate-only |
Rule | Rule | 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 online evaluation configuration was created. |
ExecutionStatus | string | The execution status indicating whether the online evaluation is currently running. |
OnlineEvaluationConfigArn | string | The Amazon Resource Name (ARN) of the online evaluation configuration. |
OnlineEvaluationConfigId | string | The unique identifier of the online evaluation configuration. |
OutputConfig | OutputConfig | The configuration that specifies where evaluation results should be written. |
Status | string | The status of the online evaluation configuration. |
UpdatedAt | string | The timestamp when the online evaluation configuration was last updated. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::BedrockAgentCore::OnlineEvaluationConfig
Resources:
MyResource:
Type: AWS::BedrockAgentCore::OnlineEvaluationConfig
Properties:
OnlineEvaluationConfigName: "my-onlineevaluationconfigname"
DataSourceConfig: "value"
EvaluationExecutionRoleArn: "arn:aws:service:region:account:resource"
Evaluators: []
Rule: "value"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
bedrock-agentcore:CreateOnlineEvaluationConfigbedrock-agentcore:GetOnlineEvaluationConfigbedrock-agentcore:TagResourceiam:PassRolelogs:DescribeLogGroupslogs:DescribeIndexPolicieslogs:PutIndexPolicybedrock-agentcore:GetOnlineEvaluationConfigbedrock-agentcore:ListTagsForResourcebedrock-agentcore:UpdateOnlineEvaluationConfigbedrock-agentcore:GetOnlineEvaluationConfigbedrock-agentcore:TagResourcebedrock-agentcore:UntagResourceiam:PassRolelogs:DescribeLogGroupslogs:DescribeIndexPolicieslogs:PutIndexPolicybedrock-agentcore:DeleteOnlineEvaluationConfigbedrock-agentcore:GetOnlineEvaluationConfigbedrock-agentcore:ListOnlineEvaluationConfigsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterOnlineEvaluationConfigArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
OnlineEvaluationConfigName