Class RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.networkfirewall.inputs.RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionArgs
-
public final class RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.pulumi.core.Output<RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionActionDefinitionArgs>
actionDefinition()
com.pulumi.core.Output<java.lang.String>
actionName()
static RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionArgs.Builder
builder()
static RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionArgs.Builder
builder(RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionArgs defaults)
-
-
-
Field Detail
-
Empty
public static final RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionArgs Empty
-
-
Method Detail
-
actionDefinition
public com.pulumi.core.Output<RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionActionDefinitionArgs> actionDefinition()
- Returns:
- A configuration block describing the custom action associated with the `action_name`. See Action Definition below for details.
-
actionName
public com.pulumi.core.Output<java.lang.String> actionName()
- Returns:
- A friendly name of the custom action.
-
builder
public static RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionArgs.Builder builder()
-
builder
public static RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionArgs.Builder builder(RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionArgs defaults)
-
-