Web Acl Aws Managed Rules Acfp Rule Set
data class WebAclAwsManagedRulesAcfpRuleSet(val creationPath: String, val enableRegexInPath: Boolean? = null, val registrationPagePath: String, val requestInspection: WebAclRequestInspectionAcfp, val responseInspection: WebAclResponseInspection? = null)
Configures how to use the Account creation fraud prevention managed rule group in the web ACL
Constructors
Link copied to clipboard
fun WebAclAwsManagedRulesAcfpRuleSet(creationPath: String, enableRegexInPath: Boolean? = null, registrationPagePath: String, requestInspection: WebAclRequestInspectionAcfp, responseInspection: WebAclResponseInspection? = null)