interface ThirdPartyFirewallPolicyProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.FMS.CfnPolicy.ThirdPartyFirewallPolicyProperty | 
  Java | software.amazon.awscdk.services.fms.CfnPolicy.ThirdPartyFirewallPolicyProperty | 
  Python | aws_cdk.aws_fms.CfnPolicy.ThirdPartyFirewallPolicyProperty | 
  TypeScript  | @aws-cdk/aws-fms » CfnPolicy » ThirdPartyFirewallPolicyProperty | 
Configures the deployment model for the third-party firewall.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as fms from '@aws-cdk/aws-fms';
const thirdPartyFirewallPolicyProperty: fms.CfnPolicy.ThirdPartyFirewallPolicyProperty = {
  firewallDeploymentModel: 'firewallDeploymentModel',
};
Properties
| Name | Type | Description | 
|---|---|---|
| firewall | string | Defines the deployment model to use for the third-party firewall policy. | 
firewallDeploymentModel
Type:
string
Defines the deployment model to use for the third-party firewall policy.

 .NET
 Java
 Python
 TypeScript