---
title: Amazon Bedrock Agent Harness
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > Amazon Bedrock Agent Harness
---

> For the complete documentation index, see [llms.txt](https://docs.datadoghq.com/llms.txt).

# Amazon Bedrock Agent Harness

This table represents the Amazon Bedrock Agent Harness resource from Amazon Web Services.

```
aws.bedrock_agentcore_harness
```

## Fields

| Title                    | ID   | Type          | Data Type                                                                                                           | Description |
| ------------------------ | ---- | ------------- | ------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                     | core | string        |
| account_id               | core | string        |
| allowed_tools            | core | array<string> | The allowed tools of the Harness. All tools are allowed by default.                                                 |
| arn                      | core | string        | The ARN of the Harness.                                                                                             |
| authorizer_configuration | core | json          |
| created_at               | core | timestamp     | The createdAt time of the Harness.                                                                                  |
| environment              | core | json          | The compute environment on which the Harness runs.                                                                  |
| environment_artifact     | core | json          | The environment artifact (e.g., container) in which the Harness operates.                                           |
| environment_variables    | core | hstore        | Environment variables exposed in the environment in which the Harness operates.                                     |
| execution_role_arn       | core | string        | IAM role the Harness assumes when running.                                                                          |
| failure_reason           | core | string        | Reason why create or update operations fail.                                                                        |
| harness_id               | core | string        | The ID of the Harness.                                                                                              |
| harness_name             | core | string        | The name of the Harness.                                                                                            |
| max_iterations           | core | int64         | The maximum number of iterations in the agent loop allowed before exiting per invocation.                           |
| max_tokens               | core | int64         | The maximum total number of output tokens the agent can generate across all model calls within a single invocation. |
| memory                   | core | json          | AgentCore Memory instance configuration for short and long term memory.                                             |
| model                    | core | json          | The configuration of the default model used by the Harness.                                                         |
| skills                   | core | json          | The skills of the Harness.                                                                                          |
| status                   | core | string        | The status of the Harness.                                                                                          |
| system_prompt            | core | json          | The system prompt of the Harness.                                                                                   |
| tags                     | core | hstore_csv    |
| timeout_seconds          | core | int64         | The maximum duration per invocation.                                                                                |
| tools                    | core | json          | The tools of the Harness.                                                                                           |
| truncation               | core | json          | Configuration for truncating model context.                                                                         |
| updated_at               | core | timestamp     | The updatedAt time of the Harness.                                                                                  |
