---
title: Getting Started with Datadog
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Infrastructure > Datadog Resource Catalog
---

# aws_bedrock_agent_action_group{% #aws_bedrock_agent_action_group %}

## `account_id`{% #account_id %}

**Type**: `STRING`

## `action_group_executor`{% #action_group_executor %}

**Type**: `STRUCT`**Provider name**: `actionGroupExecutor`**Description**: 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.

- `custom_control`**Type**: `STRING`**Provider name**: `customControl`**Description**: To return the action group invocation results directly in the `InvokeAgent` response, specify `RETURN_CONTROL`.
- `lambda`**Type**: `STRING`**Provider name**: `lambda`**Description**: The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.

## `action_group_id`{% #action_group_id %}

**Type**: `STRING`**Provider name**: `actionGroupId`**Description**: The unique identifier of the action group.

## `action_group_name`{% #action_group_name %}

**Type**: `STRING`**Provider name**: `actionGroupName`**Description**: The name of the action group.

## `action_group_state`{% #action_group_state %}

**Type**: `STRING`**Provider name**: `actionGroupState`**Description**: Specifies whether the action group is available for the agent to invoke or not when sending an [InvokeAgent](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent-runtime_InvokeAgent.html) request.

## `agent_id`{% #agent_id %}

**Type**: `STRING`**Provider name**: `agentId`**Description**: The unique identifier of the agent to which the action group belongs.

## `agent_version`{% #agent_version %}

**Type**: `STRING`**Provider name**: `agentVersion`**Description**: The version of the agent to which the action group belongs.

## `api_schema`{% #api_schema %}

**Type**: `STRUCT`**Provider name**: `apiSchema`**Description**: 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 [Action group OpenAPI schemas](https://docs.aws.amazon.com/bedrock/latest/userguide/agents-api-schema.html).

- `payload`**Type**: `STRING`**Provider name**: `payload`**Description**: The JSON or YAML-formatted payload defining the OpenAPI schema for the action group. For more information, see [Action group OpenAPI schemas](https://docs.aws.amazon.com/bedrock/latest/userguide/agents-api-schema.html).
- `s3`**Type**: `STRUCT`**Provider name**: `s3`**Description**: Contains details about the S3 object containing the OpenAPI schema for the action group. For more information, see [Action group OpenAPI schemas](https://docs.aws.amazon.com/bedrock/latest/userguide/agents-api-schema.html).
  - `s3_bucket_name`**Type**: `STRING`**Provider name**: `s3BucketName`**Description**: The name of the S3 bucket.
  - `s3_object_key`**Type**: `STRING`**Provider name**: `s3ObjectKey`**Description**: The S3 object key for the S3 resource.

## `client_token`{% #client_token %}

**Type**: `STRING`**Provider name**: `clientToken`**Description**: 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 [Ensuring idempotency](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html).

## `created_at`{% #created_at %}

**Type**: `TIMESTAMP`**Provider name**: `createdAt`**Description**: The time at which the action group was created.

## `description`{% #description %}

**Type**: `STRING`**Provider name**: `description`**Description**: The description of the action group.

## `function_schema`{% #function_schema %}

**Type**: `STRUCT`**Provider name**: `functionSchema`**Description**: Defines functions that each define parameters that the agent needs to invoke from the user. Each function represents an action in an action group.

- `functions`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `functions`**Description**: A list of functions that each define an action in the action group.
  - `description`**Type**: `STRING`**Provider name**: `description`**Description**: A description of the function and its purpose.
  - `name`**Type**: `STRING`**Provider name**: `name`**Description**: A name for the function.
  - `parameters`**Type**: `STRING`**Provider name**: `parameters`**Description**: The parameters that the agent elicits from the user to fulfill the function.
  - `require_confirmation`**Type**: `STRING`**Provider name**: `requireConfirmation`**Description**: Contains information if user confirmation is required to invoke the function.

## `parent_action_group_signature_params`{% #parent_action_group_signature_params %}

**Type**: `MAP_STRING_STRING`**Provider name**: `parentActionGroupSignatureParams`**Description**: The configuration settings for a computer use action.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 [Configure an Amazon Bedrock Agent to complete tasks with computer use tools](https://docs.aws.amazon.com/bedrock/latest/userguide/agents-computer-use.html).

## `parent_action_signature`{% #parent_action_signature %}

**Type**: `STRING`**Provider name**: `parentActionSignature`**Description**: If this field is set as `AMAZON.UserInput`, the agent can request the user for additional information when trying to complete a task. The `description`, `apiSchema`, and `actionGroupExecutor` 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 [Observation](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent-runtime_Observation.html) reprompting the user for more information.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `updated_at`{% #updated_at %}

**Type**: `TIMESTAMP`**Provider name**: `updatedAt`**Description**: The time at which the action group was last updated.
