RuleGroupRuleGroupRulesSourceStatefulRuleArgs

data class RuleGroupRuleGroupRulesSourceStatefulRuleArgs(val action: Output<String>, val header: Output<RuleGroupRuleGroupRulesSourceStatefulRuleHeaderArgs>, val ruleOptions: Output<List<RuleGroupRuleGroupRulesSourceStatefulRuleRuleOptionArgs>>) : ConvertibleToJava<RuleGroupRuleGroupRulesSourceStatefulRuleArgs>

Constructors

Properties

Link copied to clipboard
val action: Output<String>

Action to take with packets in a traffic flow when the flow matches the stateful rule criteria. For all actions, AWS Network Firewall performs the specified action and discontinues stateful inspection of the traffic flow. Valid values: ALERT, DROP, PASS, or REJECT.

Link copied to clipboard

A configuration block containing the stateful 5-tuple inspection criteria for the rule, used to inspect traffic flows. See Header below for details.

Link copied to clipboard

Set of configuration blocks containing additional settings for a stateful rule. See Rule Option below for details.

Functions

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