Class CfnWebACL.AWSManagedRulesATPRuleSetProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wafv2.CfnWebACL.AWSManagedRulesATPRuleSetProperty.Jsii$Proxy
All Implemented Interfaces:
CfnWebACL.AWSManagedRulesATPRuleSetProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnWebACL.AWSManagedRulesATPRuleSetProperty

@Stability(Stable) @Internal public static final class CfnWebACL.AWSManagedRulesATPRuleSetProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnWebACL.AWSManagedRulesATPRuleSetProperty
  • Constructor Details

  • Method Details

    • getLoginPath

      public final String getLoginPath()
      Description copied from interface: CfnWebACL.AWSManagedRulesATPRuleSetProperty
      The path of the login endpoint for your application.

      For example, for the URL https://example.com/web/login , you would provide the path /web/login .

      The rule group inspects only HTTP POST requests to your specified login endpoint.

      Specified by:
      getLoginPath in interface CfnWebACL.AWSManagedRulesATPRuleSetProperty
    • getRequestInspection

      public final Object getRequestInspection()
      Description copied from interface: CfnWebACL.AWSManagedRulesATPRuleSetProperty
      The criteria for inspecting login requests, used by the ATP rule group to validate credentials usage.
      Specified by:
      getRequestInspection in interface CfnWebACL.AWSManagedRulesATPRuleSetProperty
    • getResponseInspection

      public final Object getResponseInspection()
      Description copied from interface: CfnWebACL.AWSManagedRulesATPRuleSetProperty
      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.

      Specified by:
      getResponseInspection in interface CfnWebACL.AWSManagedRulesATPRuleSetProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object