WebAclDefaultAction

data class WebAclDefaultAction(val allow: WebAclAllowAction? = null, val block: WebAclBlockAction? = null)

Default Action WebACL will take against ingress traffic when there is no matching Rule.

Constructors

Link copied to clipboard
constructor(allow: WebAclAllowAction? = null, block: WebAclBlockAction? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies that AWS WAF should allow requests by default.

Link copied to clipboard

Specifies that AWS WAF should block requests by default.