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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



2927
2928
2929
2930
2931
# File 'lib/aws-sdk-networkfirewall/types.rb', line 2927

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