@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.651Z") @Stability(value=Stable) public interface CfnGeoMatchSetProps extends software.amazon.jsii.JsiiSerializable
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 Object |
getGeoMatchConstraints()
An array of `GeoMatchConstraint` objects, which contain the country that you want AWS WAF to search for.
|
String |
getName()
A friendly name or description of the `GeoMatchSet` .
|
@Stability(value=Stable) @NotNull String getName()
You can't change the name of an GeoMatchSet after you create it.
@Stability(value=Stable) @Nullable default Object getGeoMatchConstraints()
@Stability(value=Stable) static CfnGeoMatchSetProps.Builder builder()
CfnGeoMatchSetProps.Builder of CfnGeoMatchSetPropsCopyright © 2022. All rights reserved.