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

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

# Amazon Bedrock Agent Custom Code Interpreter

The Amazon Bedrock Agent Custom Code Interpreter allows Bedrock agents to run custom code securely during orchestration. It provides a managed environment where agents can execute logic, transform data, call external systems, or handle complex workflows that exceed simple prompt-based operations. It returns results from executed code back to the agent so it can continue the task.

```
aws.bedrock_agentcore_code_interpreter_custom
```

## Fields

| Title                 | ID   | Type       | Data Type                                                                                                                  | Description |
| --------------------- | ---- | ---------- | -------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                  | core | string     |
| account_id            | core | string     |
| certificates          | core | json       | The list of certificates configured for the code interpreter.                                                              |
| code_interpreter_arn  | core | string     | The Amazon Resource Name (ARN) of the code interpreter.                                                                    |
| code_interpreter_id   | core | string     | The unique identifier of the code interpreter.                                                                             |
| created_at            | core | timestamp  | The timestamp when the code interpreter was created.                                                                       |
| description           | core | string     | The description of the code interpreter.                                                                                   |
| execution_role_arn    | core | string     | The IAM role ARN that provides permissions for the code interpreter.                                                       |
| failure_reason        | core | string     | The reason for failure if the code interpreter is in a failed state.                                                       |
| last_updated_at       | core | timestamp  | The timestamp when the code interpreter was last updated.                                                                  |
| name                  | core | string     | The name of the code interpreter.                                                                                          |
| network_configuration | core | json       | The network configuration for a code interpreter. This structure defines how the code interpreter connects to the network. |
| status                | core | string     | The current status of the code interpreter.                                                                                |
| tags                  | core | hstore_csv |
