AWS::BedrockAgentCore::OnlineEvaluationConfig Filter - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::BedrockAgentCore::OnlineEvaluationConfig Filter

A filter that applies conditions to agent traces during online evaluation to determine which traces should be evaluated.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Key" : String, "Operator" : String, "Value" : FilterValue }

YAML

Key: String Operator: String Value: FilterValue

Properties

Key

The key or field name to filter on within the agent trace data.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9._-]+$

Minimum: 1

Maximum: 256

Update requires: No interruption

Operator

The comparison operator to use for filtering. Valid values include Equals, NotEquals, GreaterThan, LessThan, GreaterThanOrEqual, LessThanOrEqual, Contains, and NotContains.

Required: Yes

Type: String

Allowed values: Equals | NotEquals | GreaterThan | LessThan | GreaterThanOrEqual | LessThanOrEqual | Contains | NotContains

Update requires: No interruption

Value

The value to compare against using the specified operator.

Required: Yes

Type: FilterValue

Update requires: No interruption