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

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

# Amazon Bedrock Browser

Amazon Bedrock Browser is a Bedrock Agents capability that returns the results of an agent‑initiated web browsing action. It provides structured information gathered from external web pages so an agent can reference up‑to‑date facts or content during a workflow.

```
aws.bedrock_agentcore_browser_custom
```

## Fields

| Title                 | ID   | Type       | Data Type                                                                                                                      | Description |
| --------------------- | ---- | ---------- | ------------------------------------------------------------------------------------------------------------------------------ | ----------- |
| _key                  | core | string     |
| account_id            | core | string     |
| browser_arn           | core | string     | The Amazon Resource Name (ARN) of the browser.                                                                                 |
| browser_id            | core | string     | The unique identifier of the browser.                                                                                          |
| browser_signing       | core | json       | The browser signing configuration that shows whether cryptographic agent identification is enabled for web bot authentication. |
| certificates          | core | json       | The list of certificates configured for the browser.                                                                           |
| created_at            | core | timestamp  | The timestamp when the browser was created.                                                                                    |
| description           | core | string     | The description of the browser.                                                                                                |
| enterprise_policies   | core | json       | The list of enterprise policy files configured for the browser.                                                                |
| execution_role_arn    | core | string     | The IAM role ARN that provides permissions for the browser.                                                                    |
| failure_reason        | core | string     | The reason for failure if the browser is in a failed state.                                                                    |
| last_updated_at       | core | timestamp  | The timestamp when the browser was last updated.                                                                               |
| name                  | core | string     | The name of the browser.                                                                                                       |
| network_configuration | core | json       | The network configuration for a browser. This structure defines how the browser connects to the network.                       |
| recording             | core | json       | The recording configuration for a browser. This structure defines how browser sessions are recorded.                           |
| status                | core | string     | The current status of the browser.                                                                                             |
| tags                  | core | hstore_csv |
