AWS WAF IPSet IPSetDescriptors
IPSetDescriptors is a property of the AWS::WAF::IPSet resource that specifies the IP address type and IP
address range (in CIDR notation) from which web requests originate.
Syntax
Properties
Type-
The IP address type, such as
IPV4. For valid values, see theTypecontents of the IPSetDescriptor data type in the AWS WAF API Reference.Required: Yes
Type: String
Value-
An IP address (in CIDR notation) that AWS WAF permits, blocks, or counts. For example, to specify a single IP address such as
192.0.2.44, specify192.0.2.44/32. To specify a range of IP addresses such as192.0.2.0to192.0.2.255, specify192.0.2.0/24.Required: Yes
Type: String
