Package com.pulumi.aws.wafv2.outputs
Class WebAclRuleActionCaptchaCustomRequestHandlingInsertHeader
- java.lang.Object
-
- com.pulumi.aws.wafv2.outputs.WebAclRuleActionCaptchaCustomRequestHandlingInsertHeader
-
public final class WebAclRuleActionCaptchaCustomRequestHandlingInsertHeader extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WebAclRuleActionCaptchaCustomRequestHandlingInsertHeader.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WebAclRuleActionCaptchaCustomRequestHandlingInsertHeader.Builder
builder()
static WebAclRuleActionCaptchaCustomRequestHandlingInsertHeader.Builder
builder(WebAclRuleActionCaptchaCustomRequestHandlingInsertHeader defaults)
java.lang.String
name()
java.lang.String
value()
-
-
-
Method Detail
-
name
public java.lang.String name()
- Returns:
- Name of the custom header. For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-`, to avoid confusion with the headers that are already in the request. For example, for the header name `sample`, AWS WAF inserts the header `x-amzn-waf-sample`.
-
value
public java.lang.String value()
- Returns:
- Value of the custom header.
-
builder
public static WebAclRuleActionCaptchaCustomRequestHandlingInsertHeader.Builder builder()
-
builder
public static WebAclRuleActionCaptchaCustomRequestHandlingInsertHeader.Builder builder(WebAclRuleActionCaptchaCustomRequestHandlingInsertHeader defaults)
-
-