responseInspection

@JvmName(name = "qqslupbedcnisdtf")
suspend fun responseInspection(value: Output<WebAclResponseInspectionArgs>)
@JvmName(name = "qabbskrtnxnesaxr")
suspend fun responseInspection(value: WebAclResponseInspectionArgs?)

Parameters

value

The criteria for inspecting responses to login requests, used by the ATP rule group to track login failure rates.

Response inspection is available only in web ACLs that protect Amazon CloudFront distributions. The ATP rule group evaluates the responses that your protected resources send back to client login attempts, keeping count of successful and failed attempts for each IP address and client session. Using this information, the rule group labels and mitigates requests from client sessions and IP addresses that have had too many failed login attempts in a short amount of time.


@JvmName(name = "gmmdrqcdlgttdvfg")
suspend fun responseInspection(argument: suspend WebAclResponseInspectionArgsBuilder.() -> Unit)

Parameters

argument

The criteria for inspecting responses to login requests, used by the ATP rule group to track login failure rates.

Response inspection is available only in web ACLs that protect Amazon CloudFront distributions. The ATP rule group evaluates the responses that your protected resources send back to client login attempts, keeping count of successful and failed attempts for each IP address and client session. Using this information, the rule group labels and mitigates requests from client sessions and IP addresses that have had too many failed login attempts in a short amount of time.