Class CfnPolicy.NetworkFirewallPolicyProperty
Configures the firewall policy deployment model of AWS Network Firewall .
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.FMS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPolicy.NetworkFirewallPolicyProperty : CfnPolicy.INetworkFirewallPolicyProperty
Syntax (vb)
Public Class CfnPolicy.NetworkFirewallPolicyProperty Implements CfnPolicy.INetworkFirewallPolicyProperty
Remarks
For information about Network Firewall deployment models, see AWS Network Firewall example architectures with routing in the Network Firewall Developer Guide .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.FMS;
var networkFirewallPolicyProperty = new NetworkFirewallPolicyProperty {
FirewallDeploymentModel = "firewallDeploymentModel"
};
Synopsis
Constructors
| NetworkFirewallPolicyProperty() | Configures the firewall policy deployment model of AWS Network Firewall . |
Properties
| FirewallDeploymentModel | Defines the deployment model to use for the firewall policy. |
Constructors
NetworkFirewallPolicyProperty()
Configures the firewall policy deployment model of AWS Network Firewall .
public NetworkFirewallPolicyProperty()
Remarks
For information about Network Firewall deployment models, see AWS Network Firewall example architectures with routing in the Network Firewall Developer Guide .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.FMS;
var networkFirewallPolicyProperty = new NetworkFirewallPolicyProperty {
FirewallDeploymentModel = "firewallDeploymentModel"
};
Properties
FirewallDeploymentModel
Defines the deployment model to use for the firewall policy.
public string FirewallDeploymentModel { get; set; }
Property Value
Remarks
To use a distributed model, set FirewallDeploymentModel to DISTRIBUTED .