Web Acl Default Action
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.
Default Action WebACL will take against ingress traffic when there is no matching Rule.