| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.FMS.Types.NetworkFirewallPolicy
Description
Documentation
data NetworkFirewallPolicy Source #
Configures the firewall policy deployment model of Network Firewall. For information about Network Firewall deployment models, see Network Firewall example architectures with routing in the Network Firewall Developer Guide.
See: newNetworkFirewallPolicy smart constructor.
Constructors
| NetworkFirewallPolicy' | |
Fields
| |
Instances
newNetworkFirewallPolicy :: NetworkFirewallPolicy Source #
Create a value of NetworkFirewallPolicy with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:firewallDeploymentModel:NetworkFirewallPolicy', networkFirewallPolicy_firewallDeploymentModel - Defines the deployment model to use for the firewall policy. To use a
distributed model, set
PolicyOption
to NULL.
networkFirewallPolicy_firewallDeploymentModel :: Lens' NetworkFirewallPolicy (Maybe FirewallDeploymentModel) Source #
Defines the deployment model to use for the firewall policy. To use a
distributed model, set
PolicyOption
to NULL.