Class: Aws::FMS::Types::NetworkFirewallPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::NetworkFirewallPolicy
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
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*.
[1]: docs.aws.amazon.com/network-firewall/latest/developerguide/architectures.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#firewall_deployment_model ⇒ String
Defines the deployment model to use for the firewall policy.
Instance Attribute Details
#firewall_deployment_model ⇒ String
Defines the deployment model to use for the firewall policy. To use a distributed model, set [PolicyOption] to ‘NULL`.
[1]: docs.aws.amazon.com/fms/2018-01-01/APIReference/API_PolicyOption.html
3123 3124 3125 3126 3127 |
# File 'lib/aws-sdk-fms/types.rb', line 3123 class NetworkFirewallPolicy < Struct.new( :firewall_deployment_model) SENSITIVE = [] include Aws::Structure end |