@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:50.676Z")
public interface CfnGeoMatchSetProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.waf.regional.*; CfnGeoMatchSetProps cfnGeoMatchSetProps = CfnGeoMatchSetProps.builder() .name("name") // the properties below are optional .geoMatchConstraints(List.of(GeoMatchConstraintProperty.builder() .type("type") .value("value") .build())) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnGeoMatchSetProps.Builder
A builder for
CfnGeoMatchSetProps |
static class |
CfnGeoMatchSetProps.Jsii$Proxy
An implementation for
CfnGeoMatchSetProps |
Modifier and Type | Method and Description |
---|---|
static CfnGeoMatchSetProps.Builder |
builder() |
default java.lang.Object |
getGeoMatchConstraints()
An array of `GeoMatchConstraint` objects, which contain the country that you want AWS WAF to search for.
|
java.lang.String |
getName()
A friendly name or description of the `GeoMatchSet` .
|
java.lang.String getName()
You can't change the name of an GeoMatchSet
after you create it.
default java.lang.Object getGeoMatchConstraints()
static CfnGeoMatchSetProps.Builder builder()
CfnGeoMatchSetProps.Builder
of CfnGeoMatchSetProps