WebAclAwsManagedRulesAtpRuleSetArgs

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)

Functions

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

Properties

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