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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fms/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.

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.

Returns:

  • (String)


3123
3124
3125
3126
3127
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3123

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