AWS::Bedrock::Agent ParameterDetail - AWS CloudFormation

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 AWS 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