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 connectedenable_action_group_state: Whether to enable action group state persistence -ENABLED,DISABLEDcustom_control_method: Method for controlling agent behavior -custom_control,lambda_functiontarget_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,arrayfunctions.parameters.description: Meaning or purpose of the parameterfunctions.parameters.required: Whether the input value is required -true,false