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