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 ParameterDetail
Contains details about a parameter in a function for an action group.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Description" :String, "Required" :Boolean, "Type" :String}
YAML
Description:StringRequired:BooleanType:String
Properties
- Description
- 
                    A description of the parameter. Helps the foundation model determine how to elicit the parameters from the user. Required: No Type: String Minimum: 1Maximum: 500Update requires: No interruption 
- Required
- 
                    Whether the parameter is required for the agent to complete the function for action group invocation. Required: No Type: Boolean Update requires: No interruption 
- Type
- 
                    The data type of the parameter. Required: Yes Type: String Allowed values: string | number | integer | boolean | arrayUpdate requires: No interruption