

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::FMS::Policy NetworkFirewallPolicy
<a name="aws-properties-fms-policy-networkfirewallpolicy"></a>

Configures the firewall policy deployment model of Amazon Network Firewall. For information about Network Firewall deployment models, see [Amazon Network Firewall example architectures with routing](https://docs.amazonaws.cn/network-firewall/latest/developerguide/architectures.html) in the *Network Firewall Developer Guide*.

## Syntax
<a name="aws-properties-fms-policy-networkfirewallpolicy-syntax"></a>

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

### JSON
<a name="aws-properties-fms-policy-networkfirewallpolicy-syntax.json"></a>

```
{
  "[FirewallDeploymentModel](#cfn-fms-policy-networkfirewallpolicy-firewalldeploymentmodel)" : {{String}}
}
```

### YAML
<a name="aws-properties-fms-policy-networkfirewallpolicy-syntax.yaml"></a>

```
  [FirewallDeploymentModel](#cfn-fms-policy-networkfirewallpolicy-firewalldeploymentmodel): {{String}}
```

## Properties
<a name="aws-properties-fms-policy-networkfirewallpolicy-properties"></a>

`FirewallDeploymentModel`  <a name="cfn-fms-policy-networkfirewallpolicy-firewalldeploymentmodel"></a>
Defines the deployment model to use for the firewall policy. To use a distributed model, set [FirewallDeploymentModel](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/aws-properties-fms-policy-thirdpartyfirewallpolicy.html) to `DISTRIBUTED`.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `DISTRIBUTED | CENTRALIZED`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)