Package com.pulumi.aws.wafv2.inputs
Class RuleGroupRuleActionCaptchaCustomRequestHandlingArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.wafv2.inputs.RuleGroupRuleActionCaptchaCustomRequestHandlingArgs
-
public final class RuleGroupRuleActionCaptchaCustomRequestHandlingArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RuleGroupRuleActionCaptchaCustomRequestHandlingArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static RuleGroupRuleActionCaptchaCustomRequestHandlingArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RuleGroupRuleActionCaptchaCustomRequestHandlingArgs.Builder
builder()
static RuleGroupRuleActionCaptchaCustomRequestHandlingArgs.Builder
builder(RuleGroupRuleActionCaptchaCustomRequestHandlingArgs defaults)
com.pulumi.core.Output<java.util.List<RuleGroupRuleActionCaptchaCustomRequestHandlingInsertHeaderArgs>>
insertHeaders()
-
-
-
Field Detail
-
Empty
public static final RuleGroupRuleActionCaptchaCustomRequestHandlingArgs Empty
-
-
Method Detail
-
insertHeaders
public com.pulumi.core.Output<java.util.List<RuleGroupRuleActionCaptchaCustomRequestHandlingInsertHeaderArgs>> insertHeaders()
- Returns:
- The `insert_header` blocks used to define HTTP headers added to the request. See Custom HTTP Header below for details.
-
builder
public static RuleGroupRuleActionCaptchaCustomRequestHandlingArgs.Builder builder()
-
builder
public static RuleGroupRuleActionCaptchaCustomRequestHandlingArgs.Builder builder(RuleGroupRuleActionCaptchaCustomRequestHandlingArgs defaults)
-
-