GeoMatchSetGeoMatchConstraintArgs

data class GeoMatchSetGeoMatchConstraintArgs(val type: Output<String>, val value: Output<String>) : ConvertibleToJava<GeoMatchSetGeoMatchConstraintArgs>

Constructors

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

Properties

Link copied to clipboard
val type: Output<String>

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

Link copied to clipboard
val value: Output<String>

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.

Functions

Link copied to clipboard
open override fun toJava(): GeoMatchSetGeoMatchConstraintArgs