RuleGroupRuleDefinition

data class RuleGroupRuleDefinition(val actions: List<String>, val matchAttributes: RuleGroupMatchAttributes)

Constructors

Link copied to clipboard
constructor(actions: List<String>, matchAttributes: RuleGroupMatchAttributes)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The actions to take on a packet that matches one of the stateless rule definition's match attributes. You must specify a standard action and you can add custom actions.

Link copied to clipboard

Criteria for Network Firewall to use to inspect an individual packet in stateless rule inspection. Each match attributes set can include one or more items such as IP address, CIDR range, port number, protocol, and TCP flags.