Class GeoMatchSetGeoMatchConstraint
- java.lang.Object
-
- com.pulumi.aws.wafregional.outputs.GeoMatchSetGeoMatchConstraint
-
public final class GeoMatchSetGeoMatchConstraint extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GeoMatchSetGeoMatchConstraint.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GeoMatchSetGeoMatchConstraint.Builder
builder()
static GeoMatchSetGeoMatchConstraint.Builder
builder(GeoMatchSetGeoMatchConstraint defaults)
java.lang.String
type()
java.lang.String
value()
-
-
-
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.
-
builder
public static GeoMatchSetGeoMatchConstraint.Builder builder()
-
builder
public static GeoMatchSetGeoMatchConstraint.Builder builder(GeoMatchSetGeoMatchConstraint defaults)
-
-