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::Wisdom::AIAgent ToolOutputFilter
Filter configuration for tool output.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "JsonPath" :String, "OutputConfiguration" :ToolOutputConfiguration}
YAML
JsonPath:StringOutputConfiguration:ToolOutputConfiguration
Properties
JsonPath-
The JSON path for filtering tool output.
Required: Yes
Type: String
Minimum:
1Update requires: No interruption
OutputConfiguration-
The output configuration for the filter.
Required: No
Type: ToolOutputConfiguration
Update requires: No interruption