

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](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::Wisdom::AIAgent ToolOutputConfiguration
<a name="aws-properties-wisdom-aiagent-tooloutputconfiguration"></a>

Configuration for tool output handling.

## Syntax
<a name="aws-properties-wisdom-aiagent-tooloutputconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-wisdom-aiagent-tooloutputconfiguration-syntax.json"></a>

```
{
  "[OutputVariableNameOverride](#cfn-wisdom-aiagent-tooloutputconfiguration-outputvariablenameoverride)" : {{String}},
  "[SessionDataNamespace](#cfn-wisdom-aiagent-tooloutputconfiguration-sessiondatanamespace)" : {{String}}
}
```

### YAML
<a name="aws-properties-wisdom-aiagent-tooloutputconfiguration-syntax.yaml"></a>

```
  [OutputVariableNameOverride](#cfn-wisdom-aiagent-tooloutputconfiguration-outputvariablenameoverride): {{String}}
  [SessionDataNamespace](#cfn-wisdom-aiagent-tooloutputconfiguration-sessiondatanamespace): {{String}}
```

## Properties
<a name="aws-properties-wisdom-aiagent-tooloutputconfiguration-properties"></a>

`OutputVariableNameOverride`  <a name="cfn-wisdom-aiagent-tooloutputconfiguration-outputvariablenameoverride"></a>
Override the tool output results to different variable name.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SessionDataNamespace`  <a name="cfn-wisdom-aiagent-tooloutputconfiguration-sessiondatanamespace"></a>
The session data namespace for tool output.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)