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

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

# Amazon Bedrock Code Interpreter

Amazon Bedrock Code Interpreter allows Bedrock agents to securely execute code snippets during a workflow. It can run tasks such as data processing, transformation, analysis, or simple computations on demand. This capability helps agents perform dynamic operations that are not directly handled by the model itself, enabling more flexible and intelligent automation within Bedrock applications.

```
aws.bedrock_agentcore_code_interpreter
```

## 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 |
