RuleGroupStatefulRuleArgs

data class RuleGroupStatefulRuleArgs(val action: Output<RuleGroupStatefulRuleAction>, val header: Output<RuleGroupHeaderArgs>, val ruleOptions: Output<List<RuleGroupRuleOptionArgs>>) : ConvertibleToJava<RuleGroupStatefulRuleArgs>

Constructors

Link copied to clipboard
constructor(action: Output<RuleGroupStatefulRuleAction>, header: Output<RuleGroupHeaderArgs>, ruleOptions: Output<List<RuleGroupRuleOptionArgs>>)

Properties

Link copied to clipboard

Defines what Network Firewall should do with the packets in a traffic flow when the flow matches the stateful rule criteria. For all actions, Network Firewall performs the specified action and discontinues stateful inspection of the traffic flow. The actions for a stateful rule are defined as follows:

Link copied to clipboard

The stateful inspection criteria for this rule, used to inspect traffic flows.

Link copied to clipboard

Additional settings for a stateful rule, provided as keywords and settings.

Functions

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