Bedrock Agent Action Group

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

aws.bedrock_agent_action_group

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
action_group_executorcorejsonThe 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_idcorestringThe unique identifier of the action group.
action_group_namecorestringThe name of the action group.
action_group_statecorestringSpecifies 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_idcorestringThe unique identifier of the agent to which the action group belongs.
agent_versioncorestringThe version of the agent to which the action group belongs.
api_schemacorejsonContains 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_tokencorestringA 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_atcoretimestampThe time at which the action group was created.
descriptioncorestringThe description of the action group.
function_schemacorejsonDefines 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_paramscorehstoreThe 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_signaturecorestringIf 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.
tagscorehstore
updated_atcoretimestampThe time at which the action group was last updated.