| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
Map<String,IPSet> |
RuleVariables.ipSets()
A list of IP addresses and address ranges, in CIDR notation.
|
Map<String,IPSet> |
PolicyVariables.ruleVariables()
The IPv4 or IPv6 addresses in CIDR notation to use for the Suricata
HOME_NET variable. |
| Modifier and Type | Method and Description |
|---|---|
RuleVariables.Builder |
RuleVariables.Builder.ipSets(Map<String,IPSet> ipSets)
A list of IP addresses and address ranges, in CIDR notation.
|
PolicyVariables.Builder |
PolicyVariables.Builder.ruleVariables(Map<String,IPSet> ruleVariables)
The IPv4 or IPv6 addresses in CIDR notation to use for the Suricata
HOME_NET variable. |
Copyright © 2023. All rights reserved.