| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.NetworkFirewall.Types.IPSet
Description
Synopsis
- data IPSet = IPSet' {
- definition :: [Text]
- newIPSet :: IPSet
- iPSet_definition :: Lens' IPSet [Text]
Documentation
A list of IP addresses and address ranges, in CIDR notation. This is part of a RuleVariables.
See: newIPSet smart constructor.
Constructors
| IPSet' | |
Fields
| |
Instances
| FromJSON IPSet Source # | |
| ToJSON IPSet Source # | |
Defined in Amazonka.NetworkFirewall.Types.IPSet | |
| Generic IPSet Source # | |
| Read IPSet Source # | |
| Show IPSet Source # | |
| NFData IPSet Source # | |
Defined in Amazonka.NetworkFirewall.Types.IPSet | |
| Eq IPSet Source # | |
| Hashable IPSet Source # | |
Defined in Amazonka.NetworkFirewall.Types.IPSet | |
| type Rep IPSet Source # | |
Defined in Amazonka.NetworkFirewall.Types.IPSet | |
Create a value of IPSet with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:definition:IPSet', iPSet_definition - The list of IP addresses and address ranges, in CIDR notation.