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
fun WebAclDefaultAction(allow: WebAclAllowAction? = null, block: WebAclBlockAction? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard