Class: Aws::NetworkFirewall::Types::PolicyVariables

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

Overview

Contains variables that you can use to override default Suricata settings in your firewall policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rule_variablesHash<String,Types::IPSet>

The IPv4 or IPv6 addresses in CIDR notation to use for the Suricata HOME_NET variable. If your firewall uses an inspection VPC, you might want to override the HOME_NET variable with the CIDRs of your home networks. If you don't override HOME_NET with your own CIDRs, Network Firewall by default uses the CIDR of your inspection VPC.

Returns:



2884
2885
2886
2887
2888
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 2884

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