AWS::BedrockAgentCore::OnlineEvaluationConfig Filter - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon 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