WebAclRuleActionChallengeArgs

data class WebAclRuleActionChallengeArgs(val customRequestHandling: Output<WebAclRuleActionChallengeCustomRequestHandlingArgs>? = null) : ConvertibleToJava<WebAclRuleActionChallengeArgs>

Constructors

Link copied to clipboard
constructor(customRequestHandling: Output<WebAclRuleActionChallengeCustomRequestHandlingArgs>? = 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(): WebAclRuleActionChallengeArgs