GeoMatchSetGeoMatchConstraint

data class GeoMatchSetGeoMatchConstraint(val type: String, val value: String)

Constructors

Link copied to clipboard
constructor(type: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of geographical area you want AWS WAF to search for. Currently Country is the only valid value.

Link copied to clipboard

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 for all supported values.