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

## Properties

- `EvaluatorConfig` (`Evaluator_EvaluatorConfig`, required): The configuration for the evaluator.
- `EvaluatorName` (`string`, required): The name of the evaluator. Must be unique within your account.
- `Level` (`Evaluator_EvaluatorLevel`, required): The evaluation level that determines the scope of evaluation.
- `CreatedAt` (`string`, optional): The timestamp when the evaluator was created.
- `Description` (`string`, optional): The description of the evaluator.
- `EvaluatorArn` (`string`, optional): The Amazon Resource Name (ARN) of the evaluator.
- `EvaluatorId` (`string`, optional): The unique identifier of the evaluator.
- `KmsKeyArn` (`string`, optional): The ARN of the KMS key used to encrypt evaluator data.
- `Status` (`Evaluator_EvaluatorStatus`, optional): The current status of the evaluator.
- `Tags` (`Evaluator_Tag[]`, optional): A list of tags to assign to the evaluator.
- `UpdatedAt` (`string`, optional): The timestamp when the evaluator was last updated.

## Attributes

- `CreatedAt`
- `EvaluatorArn`
- `EvaluatorId`
- `Status`
- `UpdatedAt`
