Class RuleGroupRuleGroupRulesSourceStatefulRuleArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.networkfirewall.inputs.RuleGroupRuleGroupRulesSourceStatefulRuleArgs
-
public final class RuleGroupRuleGroupRulesSourceStatefulRuleArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RuleGroupRuleGroupRulesSourceStatefulRuleArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static RuleGroupRuleGroupRulesSourceStatefulRuleArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.pulumi.core.Output<java.lang.String>
action()
static RuleGroupRuleGroupRulesSourceStatefulRuleArgs.Builder
builder()
static RuleGroupRuleGroupRulesSourceStatefulRuleArgs.Builder
builder(RuleGroupRuleGroupRulesSourceStatefulRuleArgs defaults)
com.pulumi.core.Output<RuleGroupRuleGroupRulesSourceStatefulRuleHeaderArgs>
header()
com.pulumi.core.Output<java.util.List<RuleGroupRuleGroupRulesSourceStatefulRuleRuleOptionArgs>>
ruleOptions()
-
-
-
Field Detail
-
Empty
public static final RuleGroupRuleGroupRulesSourceStatefulRuleArgs Empty
-
-
Method Detail
-
action
public com.pulumi.core.Output<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 com.pulumi.core.Output<RuleGroupRuleGroupRulesSourceStatefulRuleHeaderArgs> 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 com.pulumi.core.Output<java.util.List<RuleGroupRuleGroupRulesSourceStatefulRuleRuleOptionArgs>> ruleOptions()
- Returns:
- Set of configuration blocks containing additional settings for a stateful rule. See Rule Option below for details.
-
builder
public static RuleGroupRuleGroupRulesSourceStatefulRuleArgs.Builder builder()
-
builder
public static RuleGroupRuleGroupRulesSourceStatefulRuleArgs.Builder builder(RuleGroupRuleGroupRulesSourceStatefulRuleArgs defaults)
-
-