| Package | Description |
|---|---|
| software.amazon.awscdk.services.waf |
AWS Web Application Firewall Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnIPSet.Builder |
CfnIPSet.Builder.create(software.constructs.Construct scope,
String id) |
CfnIPSet.Builder |
CfnIPSet.Builder.ipSetDescriptors(IResolvable ipSetDescriptors)
The IP address type ( `IPV4` or `IPV6` ) and the IP address range (in CIDR notation) that web requests originate from.
|
CfnIPSet.Builder |
CfnIPSet.Builder.ipSetDescriptors(List<? extends Object> ipSetDescriptors)
The IP address type ( `IPV4` or `IPV6` ) and the IP address range (in CIDR notation) that web requests originate from.
|
CfnIPSet.Builder |
CfnIPSet.Builder.name(String name)
The name of the `IPSet` .
|
Copyright © 2022. All rights reserved.