WebAclCaptchaActionArgs

data class WebAclCaptchaActionArgs(val customRequestHandling: Output<WebAclCustomRequestHandlingArgs>? = null) : ConvertibleToJava<WebAclCaptchaActionArgs>

Checks valid token exists with request.

Constructors

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

Properties

Link copied to clipboard

Defines custom handling for the web request, used when the CAPTCHA inspection determines that the request's token is valid and unexpired. For information about customizing web requests and responses, see Customizing web requests and responses in AWS WAF in the AWS WAF Developer Guide .

Functions

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