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

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

# Amazon Bedrock Agent Registry Record

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

```
aws.bedrock_agentcore_registry_record
```

## Fields

| Title                         | ID   | Type       | Data Type                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | Description |
| ----------------------------- | ---- | ---------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                          | core | string     |
| account_id                    | core | string     |
| created_at                    | core | timestamp  | The timestamp when the registry record was created.                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| description                   | core | string     | The description of the registry record.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| descriptor_type               | core | string     | The descriptor type of the registry record. Possible values are <code>MCP</code>, <code>A2A</code>, <code>CUSTOM</code>, and <code>AGENT_SKILLS</code>.                                                                                                                                                                                                                                                                                                                                                                     |
| descriptors                   | core | json       | The descriptor-type-specific configuration containing the resource schema and metadata. For details, see the <code>Descriptors</code> data type.                                                                                                                                                                                                                                                                                                                                                                            |
| name                          | core | string     | The name of the registry record.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| record_arn                    | core | string     | The Amazon Resource Name (ARN) of the registry record.                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| record_id                     | core | string     | The unique identifier of the registry record.                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| record_version                | core | string     | The version of the registry record.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| registry_arn                  | core | string     | The Amazon Resource Name (ARN) of the registry that contains the record.                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| status                        | core | string     | The current status of the registry record. Possible values include <code>CREATING</code>, <code>DRAFT</code>, <code>APPROVED</code>, <code>PENDING_APPROVAL</code>, <code>REJECTED</code>, <code>DEPRECATED</code>, <code>UPDATING</code>, <code>CREATE_FAILED</code>, and <code>UPDATE_FAILED</code>. A record transitions from <code>CREATING</code> to <code>DRAFT</code>, then to <code>PENDING_APPROVAL</code> (via <code>SubmitRegistryRecordForApproval</code>), and finally to <code>APPROVED</code> upon approval. |
| status_reason                 | core | string     | The reason for the current status, typically set when the status is a failure state.                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| synchronization_configuration | core | json       | The configuration for synchronizing registry record metadata from an external source.                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| synchronization_type          | core | string     | The type of synchronization used for this record.                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| tags                          | core | hstore_csv |
| updated_at                    | core | timestamp  | The timestamp when the registry record was last updated.                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
