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

# Bedrock Agent Alias

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

```
aws.bedrock_agent_alias
```

## Fields

| Title                      | ID   | Type          | Data Type                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Description |
| -------------------------- | ---- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
| _key                       | core | string        |
| account_id                 | core | string        |
| agent_alias_arn            | core | string        | The Amazon Resource Name (ARN) of the alias of the agent.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| agent_alias_history_events | core | json          | Contains details about the history of the alias.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| agent_alias_id             | core | string        | The unique identifier of the alias of the agent.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| agent_alias_name           | core | string        | The name of the alias of the agent.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| agent_alias_status         | core | string        | The status of the alias of the agent and whether it is ready for use. The following statuses are possible: <ul> <li> CREATING – The agent alias is being created. </li> <li> PREPARED – The agent alias is finished being created or updated and is ready to be invoked. </li> <li> FAILED – The agent alias API operation failed. </li> <li> UPDATING – The agent alias is being updated. </li> <li> DELETING – The agent alias is being deleted. </li> <li> DISSOCIATED - The agent alias has no version associated with it. </li> </ul> |
| agent_id                   | core | string        | The unique identifier of the agent.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| alias_invocation_state     | core | string        | The invocation state for the agent alias. If the agent alias is running, the value is <code>ACCEPT_INVOCATIONS</code>. If the agent alias is paused, the value is <code>REJECT_INVOCATIONS</code>. Use the <code>UpdateAgentAlias</code> operation to change the invocation state.                                                                                                                                                                                                                                                         |
| client_token               | core | string        | A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency</a>.                                                                                                                                                                         |
| created_at                 | core | timestamp     | The time at which the alias of the agent was created.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| description                | core | string        | The description of the alias of the agent.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| failure_reasons            | core | array<string> | Information on the failure of Provisioned Throughput assigned to an agent alias.                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| routing_configuration      | core | json          | Contains details about the routing configuration of the alias.                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| tags                       | core | hstore_csv    |
| updated_at                 | core | timestamp     | The time at which the alias was last updated.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
