Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
IPSet' | |
|
Instances
Eq IPSet Source # | |
Read IPSet Source # | |
Show IPSet Source # | |
Generic IPSet Source # | |
NFData IPSet Source # | |
Defined in Amazonka.NetworkFirewall.Types.IPSet | |
Hashable IPSet Source # | |
Defined in Amazonka.NetworkFirewall.Types.IPSet | |
ToJSON IPSet Source # | |
Defined in Amazonka.NetworkFirewall.Types.IPSet | |
FromJSON IPSet Source # | |
type Rep IPSet Source # | |
Defined in Amazonka.NetworkFirewall.Types.IPSet type Rep IPSet = D1 ('MetaData "IPSet" "Amazonka.NetworkFirewall.Types.IPSet" "libZSservicesZSamazonka-network-firewallZSamazonka-network-firewall" 'False) (C1 ('MetaCons "IPSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "definition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]))) |
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.