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

# Bedrock Agent Action Group

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

```
aws.bedrock_agent_action_group
```

## Fields

| Title                                | ID   | Type       | Data Type                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | Description |
| ------------------------------------ | ---- | ---------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                                 | core | string     |
| account_id                           | core | string     |
| action_group_executor                | core | json       | The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action or the custom control method for handling the information elicited from the user.                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| action_group_id                      | core | string     | The unique identifier of the action group.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| action_group_name                    | core | string     | The name of the action group.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| action_group_state                   | core | string     | Specifies whether the action group is available for the agent to invoke or not when sending an <a href="https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent-runtime_InvokeAgent.html">InvokeAgent</a> request.                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| agent_id                             | core | string     | The unique identifier of the agent to which the action group belongs.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| agent_version                        | core | string     | The version of the agent to which the action group belongs.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| api_schema                           | core | json       | Contains either details about the S3 object containing the OpenAPI schema for the action group or the JSON or YAML-formatted payload defining the schema. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/agents-api-schema.html">Action group OpenAPI schemas</a>.                                                                                                                                                                                                                                                                                                                                                                      |
| 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 action group was created.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| description                          | core | string     | The description of the action group.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| function_schema                      | core | json       | Defines functions that each define parameters that the agent needs to invoke from the user. Each function represents an action in an action group.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| parent_action_group_signature_params | core | hstore     | The configuration settings for a computer use action. <important> Computer use is a new Anthropic Claude model capability (in beta) available with Claude 3.7 Sonnet and Claude 3.5 Sonnet v2 only. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/agents-computer-use.html">Configure an Amazon Bedrock Agent to complete tasks with computer use tools</a>. </important>                                                                                                                                                                                                                                                              |
| parent_action_signature              | core | string     | If this field is set as <code>AMAZON.UserInput</code>, the agent can request the user for additional information when trying to complete a task. The <code>description</code>, <code>apiSchema</code>, and <code>actionGroupExecutor</code> fields must be blank for this action group. During orchestration, if the agent determines that it needs to invoke an API in an action group, but doesn't have enough information to complete the API request, it will invoke this action group instead and return an <a href="https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent-runtime_Observation.html">Observation</a> reprompting the user for more information. |
| tags                                 | core | hstore_csv |
| updated_at                           | core | timestamp  | The time at which the action group was last updated.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
