Web Acl Aws Managed Rules Atp Rule Set
data class WebAclAwsManagedRulesAtpRuleSet(val enableRegexInPath: Boolean? = null, val loginPath: String, val requestInspection: WebAclRequestInspection? = null, val responseInspection: WebAclResponseInspection? = null)
Configures how to use the Account Takeover Prevention managed rule group in the web ACL
Constructors
Link copied to clipboard
fun WebAclAwsManagedRulesAtpRuleSet(enableRegexInPath: Boolean? = null, loginPath: String, requestInspection: WebAclRequestInspection? = null, responseInspection: WebAclResponseInspection? = null)