Class CfnWebACL.ResponseInspectionJsonProperty.Jsii$Proxy

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

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

  • Method Details

    • getFailureValues

      public final List<String> getFailureValues()
      Description copied from interface: CfnWebACL.ResponseInspectionJsonProperty
      Values for the specified identifier in the response JSON that indicate a failed login or account creation attempt.

      To be counted as a failure, the value must be an exact match, including case. Each value must be unique among the success and failure values.

      JSON example: "FailureValues": [ "False", "Failed" ]

      Specified by:
      getFailureValues in interface CfnWebACL.ResponseInspectionJsonProperty
    • getIdentifier

      public final String getIdentifier()
      Description copied from interface: CfnWebACL.ResponseInspectionJsonProperty
      The identifier for the value to match against in the JSON.

      The identifier must be an exact match, including case.

      JSON examples: "Identifier": [ "/login/success" ] and "Identifier": [ "/sign-up/success" ]

      Specified by:
      getIdentifier in interface CfnWebACL.ResponseInspectionJsonProperty
    • getSuccessValues

      public final List<String> getSuccessValues()
      Description copied from interface: CfnWebACL.ResponseInspectionJsonProperty
      Values for the specified identifier in the response JSON that indicate a successful login or account creation attempt.

      To be counted as a success, the value must be an exact match, including case. Each value must be unique among the success and failure values.

      JSON example: "SuccessValues": [ "True", "Succeeded" ]

      Specified by:
      getSuccessValues in interface CfnWebACL.ResponseInspectionJsonProperty
    • $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