WebAclDefaultActionAllowArgs

data class WebAclDefaultActionAllowArgs(val customRequestHandling: Output<WebAclDefaultActionAllowCustomRequestHandlingArgs>? = null) : ConvertibleToJava<WebAclDefaultActionAllowArgs>

Constructors

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