WebAclChallengeActionArgs

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

Checks that the request has a valid token with an unexpired challenge timestamp and, if not, returns a browser challenge to the client.

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 challenge 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(): WebAclChallengeActionArgs