Class RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.networkfirewall.inputs.RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsArgs
-
public final class RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsArgs.Builder
builder()
static RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsArgs.Builder
builder(RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.util.List<RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionArgs>>>
customActions()
com.pulumi.core.Output<java.util.List<RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleArgs>>
statelessRules()
-
-
-
Field Detail
-
Empty
public static final RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsArgs Empty
-
-
Method Detail
-
customActions
public java.util.Optional<com.pulumi.core.Output<java.util.List<RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionArgs>>> customActions()
- Returns:
- Set of configuration blocks containing custom action definitions that are available for use by the set of `stateless rule`. See Custom Action below for details.
-
statelessRules
public com.pulumi.core.Output<java.util.List<RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleArgs>> statelessRules()
- Returns:
- Set of configuration blocks containing the stateless rules for use in the stateless rule group. See Stateless Rule below for details.
-
builder
public static RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsArgs.Builder builder()
-
builder
public static RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsArgs.Builder builder(RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsArgs defaults)
-
-