This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Bedrock::Agent PromptOverrideConfiguration
Contains configurations to override prompts in different parts of an agent sequence. For more information, see Advanced prompts.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "OverrideLambda" :String, "PromptConfigurations" :[ PromptConfiguration, ... ]}
YAML
OverrideLambda:StringPromptConfigurations:- PromptConfiguration
Properties
- OverrideLambda
- 
                    The ARN of the Lambda function to use when parsing the raw foundation model output in parts of the agent sequence. If you specify this field, at least one of the promptConfigurationsmust contain aparserModevalue that is set toOVERRIDDEN. For more information, see Parser Lambda function in Amazon Bedrock Agents.Required: No Type: String Pattern: ^arn:(aws[a-zA-Z-]*)?:lambda:[a-z0-9-]{1,20}:\d{12}:function:[a-zA-Z0-9-_\.]+(:(\$LATEST|[a-zA-Z0-9-_]+))?$Maximum: 2048Update requires: No interruption 
- PromptConfigurations
- 
                    Contains configurations to override a prompt template in one part of an agent sequence. For more information, see Advanced prompts. Required: Yes Type: Array of PromptConfiguration Maximum: 10Update requires: No interruption