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:StringOperator:StringValue: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:
1Maximum:
256Update requires: No interruption
Operator-
The comparison operator to use for filtering. Valid values include
Equals,NotEquals,GreaterThan,LessThan,GreaterThanOrEqual,LessThanOrEqual,Contains, andNotContains.Required: Yes
Type: String
Allowed values:
Equals | NotEquals | GreaterThan | LessThan | GreaterThanOrEqual | LessThanOrEqual | Contains | NotContainsUpdate requires: No interruption
Value-
The value to compare against using the specified operator.
Required: Yes
Type: FilterValue
Update requires: No interruption