

This is the new *Amazon CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [Amazon CloudFormation User Guide](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::Bedrock::IntelligentPromptRouter PromptRouterTargetModel
<a name="aws-properties-bedrock-intelligentpromptrouter-promptroutertargetmodel"></a>

The target model for a prompt router.

## Syntax
<a name="aws-properties-bedrock-intelligentpromptrouter-promptroutertargetmodel-syntax"></a>

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

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

```
{
  "[ModelArn](#cfn-bedrock-intelligentpromptrouter-promptroutertargetmodel-modelarn)" : {{String}}
}
```

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

```
  [ModelArn](#cfn-bedrock-intelligentpromptrouter-promptroutertargetmodel-modelarn): {{String}}
```

## Properties
<a name="aws-properties-bedrock-intelligentpromptrouter-promptroutertargetmodel-properties"></a>

`ModelArn`  <a name="cfn-bedrock-intelligentpromptrouter-promptroutertargetmodel-modelarn"></a>
The target model's ARN.  
*Required*: Yes  
*Type*: String  
*Pattern*: `(^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}::foundation-model/[a-z0-9-]{1,63}[.]{1}([a-z0-9-]{1,63}[.]){0,2}[a-z0-9-]{1,63}([:][a-z0-9-]{1,63}){0,2})|(^arn:aws(|-us-gov|-cn|-iso|-iso-b):bedrock:(|[0-9a-z-]{0,20}):(|[0-9]{12}):(inference-profile|application-inference-profile)/[a-zA-Z0-9-:.]+)$`  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [Replacement](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)