Interface CfnRuleGroup.IPSetProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRuleGroup.IPSetProperty.Jsii$Proxy
- Enclosing class:
CfnRuleGroup
@Stability(Stable)
public static interface CfnRuleGroup.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"));
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRuleGroup.IPSetPropertystatic final classAn implementation forCfnRuleGroup.IPSetProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The list of IP addresses and address ranges, in CIDR notation.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDefinition
The list of IP addresses and address ranges, in CIDR notation.- See Also:
-
builder
- Returns:
- a
CfnRuleGroup.IPSetProperty.BuilderofCfnRuleGroup.IPSetProperty
-