WebAclBlockActionArgs

data class WebAclBlockActionArgs(val customResponse: Output<WebAclCustomResponseArgs>? = null) : ConvertibleToJava<WebAclBlockActionArgs>

Block traffic towards application.

Constructors

Link copied to clipboard
constructor(customResponse: Output<WebAclCustomResponseArgs>? = null)

Properties

Link copied to clipboard

Defines a custom response for the web request. 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(): WebAclBlockActionArgs