RuleGroupRuleDefinitionArgs

data class RuleGroupRuleDefinitionArgs(val actions: Output<List<String>>, val matchAttributes: Output<RuleGroupMatchAttributesArgs>) : ConvertibleToJava<RuleGroupRuleDefinitionArgs>

Constructors

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

Properties

Link copied to clipboard
val actions: Output<List<String>>

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.

Functions

Link copied to clipboard
open override fun toJava(): RuleGroupRuleDefinitionArgs