AWS::Bedrock::Agent ParameterDetail - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 CloudFormation template, use the following syntax:

JSON

{ "Description" : String, "Required" : Boolean, "Type" : String }

YAML

Description: String Required: Boolean Type: 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: 1

Maximum: 500

Update 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 | array

Update requires: No interruption