Class: Aws::FMS::Types::NetworkFirewallPolicy

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#firewall_deployment_modelString

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

Returns:

  • (String)


2704
2705
2706
2707
2708
# File 'lib/aws-sdk-fms/types.rb', line 2704

class NetworkFirewallPolicy < Struct.new(
  :firewall_deployment_model)
  SENSITIVE = []
  include Aws::Structure
end