Class GeoMatchSetGeoMatchConstraint


  • public final class GeoMatchSetGeoMatchConstraint
    extends java.lang.Object
    • Method Detail

      • type

        public java.lang.String type()
        Returns:
        The type of geographical area you want AWS WAF to search for. Currently Country is the only valid value.
      • value

        public java.lang.String value()
        Returns:
        The country that you want AWS WAF to search for. This is the two-letter country code, e.g., `US`, `CA`, `RU`, `CN`, etc. See [docs](https://docs.aws.amazon.com/waf/latest/APIReference/API_GeoMatchConstraint.html) for all supported values.