WebAclRuleActionAllowArgs

data class WebAclRuleActionAllowArgs(val customRequestHandling: Output<WebAclRuleActionAllowCustomRequestHandlingArgs>? = null) : ConvertibleToJava<WebAclRuleActionAllowArgs>

Constructors

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