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

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

# Amazon Bedrock Agent Registry

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

```
aws.bedrock_agentcore_registry
```

## Fields

| Title                    | ID   | Type       | Data Type                                                                                                                                                                                                                                                                                                       | Description |
| ------------------------ | ---- | ---------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                     | core | string     |
| account_id               | core | string     |
| approval_configuration   | core | json       | The approval configuration for registry records. For details, see the <code>ApprovalConfiguration</code> data type.                                                                                                                                                                                             |
| authorizer_configuration | core | json       | The authorizer configuration for the registry. For details, see the <code>AuthorizerConfiguration</code> data type.                                                                                                                                                                                             |
| authorizer_type          | core | string     | The type of authorizer used by the registry. This controls the authorization method for the Search and Invoke APIs used by consumers. <ul> <li> <code>CUSTOM_JWT</code> - Authorize with a bearer token. </li> <li> <code>AWS_IAM</code> - Authorize with your Amazon Web Services IAM credentials. </li> </ul> |
| created_at               | core | timestamp  | The timestamp when the registry was created.                                                                                                                                                                                                                                                                    |
| description              | core | string     | The description of the registry.                                                                                                                                                                                                                                                                                |
| name                     | core | string     | The name of the registry.                                                                                                                                                                                                                                                                                       |
| registry_arn             | core | string     | The Amazon Resource Name (ARN) of the registry.                                                                                                                                                                                                                                                                 |
| registry_id              | core | string     | The unique identifier of the registry.                                                                                                                                                                                                                                                                          |
| status                   | core | string     | The current status of the registry. Possible values include <code>CREATING</code>, <code>READY</code>, <code>UPDATING</code>, <code>CREATE_FAILED</code>, <code>UPDATE_FAILED</code>, <code>DELETING</code>, and <code>DELETE_FAILED</code>.                                                                    |
| status_reason            | core | string     | The reason for the current status, typically set when the status is a failure state.                                                                                                                                                                                                                            |
| tags                     | core | hstore_csv |
| updated_at               | core | timestamp  | The timestamp when the registry was last updated.                                                                                                                                                                                                                                                               |
