Package com.pulumi.aws.wafv2.inputs
Class WebAclRuleActionCaptchaArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.wafv2.inputs.WebAclRuleActionCaptchaArgs
-
public final class WebAclRuleActionCaptchaArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WebAclRuleActionCaptchaArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static WebAclRuleActionCaptchaArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WebAclRuleActionCaptchaArgs.Builder
builder()
static WebAclRuleActionCaptchaArgs.Builder
builder(WebAclRuleActionCaptchaArgs defaults)
java.util.Optional<com.pulumi.core.Output<WebAclRuleActionCaptchaCustomRequestHandlingArgs>>
customRequestHandling()
-
-
-
Field Detail
-
Empty
public static final WebAclRuleActionCaptchaArgs Empty
-
-
Method Detail
-
customRequestHandling
public java.util.Optional<com.pulumi.core.Output<WebAclRuleActionCaptchaCustomRequestHandlingArgs>> customRequestHandling()
- Returns:
- Defines custom handling for the web request. See `custom_request_handling` below for details.
-
builder
public static WebAclRuleActionCaptchaArgs.Builder builder()
-
builder
public static WebAclRuleActionCaptchaArgs.Builder builder(WebAclRuleActionCaptchaArgs defaults)
-
-