Class: Aws::FMS::Types::PolicyOption

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb

Overview

Contains the Network Firewall firewall policy options to configure the policy's deployment model and third-party firewall policy settings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#network_firewall_policyTypes::NetworkFirewallPolicy

Defines the deployment model to use for the firewall policy.



3273
3274
3275
3276
3277
3278
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3273

class PolicyOption < Struct.new(
  :network_firewall_policy,
  :third_party_firewall_policy)
  SENSITIVE = []
  include Aws::Structure
end

#third_party_firewall_policyTypes::ThirdPartyFirewallPolicy

Defines the policy options for a third-party firewall policy.



3273
3274
3275
3276
3277
3278
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3273

class PolicyOption < Struct.new(
  :network_firewall_policy,
  :third_party_firewall_policy)
  SENSITIVE = []
  include Aws::Structure
end