Skip to main content

BedrockActionGroup



Resource Icon

Resource Overview

A resource that defines and manages specific actions that an AWS Bedrock agent can execute.

Associated Resources

Parent Resources


Resource Configuration

Basic Settings

  • target_bedrock_agent : Target Bedrock agent to which the action group will be connected
  • enable_action_group_state : Whether to enable action group state persistence - ENABLED, DISABLED
  • custom_control_method : Method for controlling agent behavior - custom_control, lambda_function
  • target_lambda_function : AWS Lambda function to invoke when executing an action

Function Definition (functions)

  • functions.description : Description of the purpose or functionality performed by the function (up to 5000 characters)
Function Parameters (functions.parameters)
  • functions.parameters.type : Parameter data type - string, number, integer, boolean, array
  • functions.parameters.description : Meaning or purpose of the parameter
  • functions.parameters.required : Whether the input value is required - true, false

References