Interface CfnPolicy.NetworkFirewallPolicyProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPolicy.NetworkFirewallPolicyProperty.Jsii$Proxy
Enclosing class:
CfnPolicy

@Stability(Stable) public static interface CfnPolicy.NetworkFirewallPolicyProperty extends software.amazon.jsii.JsiiSerializable
Configures the firewall policy deployment model of AWS Network Firewall .

For information about Network Firewall deployment models, see AWS Network Firewall example architectures with routing in the Network Firewall Developer Guide .

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.fms.*;
 NetworkFirewallPolicyProperty networkFirewallPolicyProperty = NetworkFirewallPolicyProperty.builder()
         .firewallDeploymentModel("firewallDeploymentModel")
         .build();