Interface CfnFirewallPolicy.IPSetProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnFirewallPolicy.IPSetProperty.Jsii$Proxy
Enclosing class:
CfnFirewallPolicy

@Stability(Stable) public static interface CfnFirewallPolicy.IPSetProperty extends software.amazon.jsii.JsiiSerializable
A list of IP addresses and address ranges, in CIDR notation.

This is part of a RuleVariables .

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.networkfirewall.*;
 IPSetProperty iPSetProperty = Map.of(
         "definition", List.of("definition"));