

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::Bedrock::PromptVersion Tool
<a name="aws-properties-bedrock-promptversion-tool"></a>

Information about a tool that you can use with the Converse API. For more information, see [Call a tool with the Converse API](https://docs.aws.amazon.com/bedrock/latest/userguide/tool-use.html) in the Amazon Bedrock User Guide.

## Syntax
<a name="aws-properties-bedrock-promptversion-tool-syntax"></a>

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

### JSON
<a name="aws-properties-bedrock-promptversion-tool-syntax.json"></a>

```
{
  "[CachePoint](#cfn-bedrock-promptversion-tool-cachepoint)" : CachePointBlock,
  "[ToolSpec](#cfn-bedrock-promptversion-tool-toolspec)" : ToolSpecification
}
```

### YAML
<a name="aws-properties-bedrock-promptversion-tool-syntax.yaml"></a>

```
  [CachePoint](#cfn-bedrock-promptversion-tool-cachepoint): 
    CachePointBlock
  [ToolSpec](#cfn-bedrock-promptversion-tool-toolspec): 
    ToolSpecification
```

## Properties
<a name="aws-properties-bedrock-promptversion-tool-properties"></a>

`CachePoint`  <a name="cfn-bedrock-promptversion-tool-cachepoint"></a>
CachePoint to include in the tool configuration.  
*Required*: No  
*Type*: [CachePointBlock](aws-properties-bedrock-promptversion-cachepointblock.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ToolSpec`  <a name="cfn-bedrock-promptversion-tool-toolspec"></a>
The specfication for the tool.   
*Required*: No  
*Type*: [ToolSpecification](aws-properties-bedrock-promptversion-toolspecification.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)