Class RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.networkfirewall.inputs.RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleArgs
-
public final class RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleArgs.Builder
builder()
static RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleArgs.Builder
builder(RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleArgs defaults)
com.pulumi.core.Output<java.lang.Integer>
priority()
com.pulumi.core.Output<RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionArgs>
ruleDefinition()
-
-
-
Field Detail
-
Empty
public static final RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleArgs Empty
-
-
Method Detail
-
priority
public com.pulumi.core.Output<java.lang.Integer> priority()
- Returns:
- A setting that indicates the order in which to run this rule relative to all of the rules that are defined for a stateless rule group. AWS Network Firewall evaluates the rules in a rule group starting with the lowest priority setting.
-
ruleDefinition
public com.pulumi.core.Output<RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionArgs> ruleDefinition()
- Returns:
- A configuration block defining the stateless 5-tuple packet inspection criteria and the action to take on a packet that matches the criteria. See Rule Definition below for details.
-
builder
public static RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleArgs.Builder builder()
-
builder
public static RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleArgs.Builder builder(RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleArgs defaults)
-
-