

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::ApplicationInferenceProfile InferenceProfileModel
<a name="aws-properties-bedrock-applicationinferenceprofile-inferenceprofilemodel"></a>

Contains information about a model.

## Syntax
<a name="aws-properties-bedrock-applicationinferenceprofile-inferenceprofilemodel-syntax"></a>

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

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

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

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

```
  [ModelArn](#cfn-bedrock-applicationinferenceprofile-inferenceprofilemodel-modelarn): String
```

## Properties
<a name="aws-properties-bedrock-applicationinferenceprofile-inferenceprofilemodel-properties"></a>

`ModelArn`  <a name="cfn-bedrock-applicationinferenceprofile-inferenceprofilemodel-modelarn"></a>
The Amazon Resource Name (ARN) of the model.  
*Required*: No  
*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}$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)