WebAclRuleActionCaptchaArgs

data class WebAclRuleActionCaptchaArgs(val customRequestHandling: Output<WebAclRuleActionCaptchaCustomRequestHandlingArgs>? = null) : ConvertibleToJava<WebAclRuleActionCaptchaArgs>

Constructors

Link copied to clipboard
constructor(customRequestHandling: Output<WebAclRuleActionCaptchaCustomRequestHandlingArgs>? = null)

Properties

Link copied to clipboard

Defines custom handling for the web request. See custom_request_handling below for details.

Functions

Link copied to clipboard
open override fun toJava(): WebAclRuleActionCaptchaArgs