AWS::Bedrock::Agent ParameterDetail - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Bedrock::Agent ParameterDetail

Contains details about a parameter in a function for an action group.

This data type is used in the following API operations:

Syntax

To declare this entity in your Amazon 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