WebAclAwsManagedRulesAcfpRuleSetArgs

data class WebAclAwsManagedRulesAcfpRuleSetArgs(val creationPath: Output<String>, val enableRegexInPath: Output<Boolean>? = null, val registrationPagePath: Output<String>, val requestInspection: Output<WebAclRequestInspectionAcfpArgs>, val responseInspection: Output<WebAclResponseInspectionArgs>? = null) : ConvertibleToJava<WebAclAwsManagedRulesAcfpRuleSetArgs>

Configures how to use the Account creation fraud prevention managed rule group in the web ACL

Constructors

Link copied to clipboard
fun WebAclAwsManagedRulesAcfpRuleSetArgs(creationPath: Output<String>, enableRegexInPath: Output<Boolean>? = null, registrationPagePath: Output<String>, requestInspection: Output<WebAclRequestInspectionAcfpArgs>, responseInspection: Output<WebAclResponseInspectionArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): WebAclAwsManagedRulesAcfpRuleSetArgs

Properties

Link copied to clipboard
val creationPath: Output<String>
Link copied to clipboard
val enableRegexInPath: Output<Boolean>? = null
Link copied to clipboard
Link copied to clipboard