class Aws::NetworkFirewall::Types::RuleVariables

Settings that are available for use in the rules in the RuleGroup where this is defined.

@note When making an API call, you may pass RuleVariables

data as a hash:

    {
      ip_sets: {
        "RuleVariableName" => {
          definition: ["VariableDefinition"], # required
        },
      },
      port_sets: {
        "RuleVariableName" => {
          definition: ["VariableDefinition"],
        },
      },
    }

@!attribute [rw] ip_sets

A list of IP addresses and address ranges, in CIDR notation.
@return [Hash<String,Types::IPSet>]

@!attribute [rw] port_sets

A list of port ranges.
@return [Hash<String,Types::PortSet>]

@see docs.aws.amazon.com/goto/WebAPI/network-firewall-2020-11-12/RuleVariables AWS API Documentation

Constants

SENSITIVE