Interface CfnPolicyPropsMixin.INetworkFirewallPolicyProperty
Configures the firewall policy deployment model of AWS Network Firewall .
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.FMS
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnPolicyPropsMixin.INetworkFirewallPolicyProperty
Syntax (vb)
Public Interface CfnPolicyPropsMixin.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.CfnPropertyMixins.AWS.FMS;
var networkFirewallPolicyProperty = new NetworkFirewallPolicyProperty {
FirewallDeploymentModel = "firewallDeploymentModel"
};
Synopsis
Properties
| FirewallDeploymentModel | Defines the deployment model to use for the firewall policy. |
Properties
FirewallDeploymentModel
Defines the deployment model to use for the firewall policy.
string? FirewallDeploymentModel { get; }
Property Value
Remarks
To use a distributed model, set FirewallDeploymentModel to DISTRIBUTED .