Class: Aws::NetworkFirewall::Types::PolicyVariables
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::PolicyVariables
- 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
-
#rule_variables ⇒ Hash<String,Types::IPSet>
The IPv4 or IPv6 addresses in CIDR notation to use for the Suricata ‘HOME_NET` variable.
Instance Attribute Details
#rule_variables ⇒ Hash<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.
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 |