@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.652Z") @Stability(value=Stable) public interface CfnIPSetProps 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.*;
CfnIPSetProps cfnIPSetProps = CfnIPSetProps.builder()
.name("name")
// the properties below are optional
.ipSetDescriptors(List.of(Map.of(
"type", "type",
"value", "value")))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnIPSetProps.Builder
A builder for
CfnIPSetProps |
static class |
CfnIPSetProps.Jsii$Proxy
An implementation for
CfnIPSetProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnIPSetProps.Builder |
builder() |
default Object |
getIpSetDescriptors()
The IP address type ( `IPV4` or `IPV6` ) and the IP address range (in CIDR notation) that web requests originate from.
|
String |
getName()
A friendly name or description of the `IPSet` .
|
@Stability(value=Stable) @NotNull String getName()
You can't change the name of an IPSet after you create it.
@Stability(value=Stable) @Nullable default Object getIpSetDescriptors()
@Stability(value=Stable) static CfnIPSetProps.Builder builder()
CfnIPSetProps.Builder of CfnIPSetPropsCopyright © 2022. All rights reserved.