Class RuleGroupRuleGroupRulesSourceStatefulRule
- java.lang.Object
-
- com.pulumi.aws.networkfirewall.outputs.RuleGroupRuleGroupRulesSourceStatefulRule
-
public final class RuleGroupRuleGroupRulesSourceStatefulRule extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RuleGroupRuleGroupRulesSourceStatefulRule.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
action()
static RuleGroupRuleGroupRulesSourceStatefulRule.Builder
builder()
static RuleGroupRuleGroupRulesSourceStatefulRule.Builder
builder(RuleGroupRuleGroupRulesSourceStatefulRule defaults)
RuleGroupRuleGroupRulesSourceStatefulRuleHeader
header()
java.util.List<RuleGroupRuleGroupRulesSourceStatefulRuleRuleOption>
ruleOptions()
-
-
-
Method Detail
-
action
public java.lang.String action()
- Returns:
- 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`.
-
header
public RuleGroupRuleGroupRulesSourceStatefulRuleHeader header()
- Returns:
- A configuration block containing the stateful 5-tuple inspection criteria for the rule, used to inspect traffic flows. See Header below for details.
-
ruleOptions
public java.util.List<RuleGroupRuleGroupRulesSourceStatefulRuleRuleOption> ruleOptions()
- Returns:
- Set of configuration blocks containing additional settings for a stateful rule. See Rule Option below for details.
-
builder
public static RuleGroupRuleGroupRulesSourceStatefulRule.Builder builder()
-
builder
public static RuleGroupRuleGroupRulesSourceStatefulRule.Builder builder(RuleGroupRuleGroupRulesSourceStatefulRule defaults)
-
-