You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::NetworkFirewall::Types::RuleVariables

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RuleVariables as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#ip_setsHash<String,Types::IPSet>

A list of IP addresses and address ranges, in CIDR notation.

Returns:

  • (Hash<String,Types::IPSet>)

    A list of IP addresses and address ranges, in CIDR notation.

#port_setsHash<String,Types::PortSet>

A list of port ranges.

Returns: