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

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

# Amazon Bedrock Agent Control Policy Engine

This table represents the Amazon Bedrock Agent Control Policy Engine resource from Amazon Web Services.

```
aws.bedrock_agentcore_policy_engine
```

## Fields

| Title              | ID   | Type          | Data Type                                                                                                                                                                                                | Description |
| ------------------ | ---- | ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key               | core | string        |
| account_id         | core | string        |
| created_at         | core | timestamp     | The timestamp when the policy engine was originally created. This is automatically set by the service and used for auditing and lifecycle management.                                                    |
| description        | core | string        | A human-readable description of the policy engine's purpose and scope. Limited to 4,096 characters, this helps administrators understand the policy engine's role in the overall governance strategy.    |
| encryption_key_arn | core | string        | The Amazon Resource Name (ARN) of the KMS key used to encrypt the policy engine data.                                                                                                                    |
| name               | core | string        | The customer-assigned immutable name for the policy engine. This human-readable identifier must be unique within the account and cannot exceed 48 characters.                                            |
| policy_engine_arn  | core | string        | The Amazon Resource Name (ARN) of the policy engine. This globally unique identifier can be used for cross-service references and IAM policy statements.                                                 |
| policy_engine_id   | core | string        | The unique identifier for the policy engine. This system-generated identifier consists of the user name plus a 10-character generated suffix and serves as the primary key for policy engine operations. |
| status             | core | string        | The current status of the policy engine.                                                                                                                                                                 |
| status_reasons     | core | array<string> | Additional information about the policy engine status. This provides details about any failures or the current state of the policy engine lifecycle.                                                     |
| tags               | core | hstore_csv    |
| updated_at         | core | timestamp     | The timestamp when the policy engine was last modified. This tracks the most recent changes to the policy engine configuration or metadata.                                                              |
