Class CfnWebACL.ForwardedIPConfigurationProperty.Jsii$Proxy

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

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

  • Method Details

    • getFallbackBehavior

      public final String getFallbackBehavior()
      Description copied from interface: CfnWebACL.ForwardedIPConfigurationProperty
      The match status to assign to the web request if the request doesn't have a valid IP address in the specified position.

      If the specified header isn't present in the request, AWS WAF doesn't apply the rule to the web request at all.

      You can specify the following fallback behaviors:

      • MATCH - Treat the web request as matching the rule statement. AWS WAF applies the rule action to the request.
      • NO_MATCH - Treat the web request as not matching the rule statement.
      Specified by:
      getFallbackBehavior in interface CfnWebACL.ForwardedIPConfigurationProperty
    • getHeaderName

      public final String getHeaderName()
      Description copied from interface: CfnWebACL.ForwardedIPConfigurationProperty
      The name of the HTTP header to use for the IP address.

      For example, to use the X-Forwarded-For (XFF) header, set this to X-Forwarded-For .

      If the specified header isn't present in the request, AWS WAF doesn't apply the rule to the web request at all.

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