Web Acl Aws Managed Rules Atp Rule Set Args
data class WebAclAwsManagedRulesAtpRuleSetArgs(val enableRegexInPath: Output<Boolean>? = null, val loginPath: Output<String>, val requestInspection: Output<WebAclRequestInspectionArgs>? = null, val responseInspection: Output<WebAclResponseInspectionArgs>? = null) : ConvertibleToJava<WebAclAwsManagedRulesAtpRuleSetArgs>
Configures how to use the Account Takeover Prevention managed rule group in the web ACL
Constructors
Link copied to clipboard
fun WebAclAwsManagedRulesAtpRuleSetArgs(enableRegexInPath: Output<Boolean>? = null, loginPath: Output<String>, requestInspection: Output<WebAclRequestInspectionArgs>? = null, responseInspection: Output<WebAclResponseInspectionArgs>? = null)