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 |
Documentation
A complex type for the set of IP addresses for an accelerator.
See: newIpSet
smart constructor.
Instances
Eq IpSet Source # | |
Read IpSet Source # | |
Show IpSet Source # | |
Generic IpSet Source # | |
NFData IpSet Source # | |
Defined in Amazonka.GlobalAccelerator.Types.IpSet | |
Hashable IpSet Source # | |
Defined in Amazonka.GlobalAccelerator.Types.IpSet | |
FromJSON IpSet Source # | |
type Rep IpSet Source # | |
Defined in Amazonka.GlobalAccelerator.Types.IpSet type Rep IpSet = D1 ('MetaData "IpSet" "Amazonka.GlobalAccelerator.Types.IpSet" "libZSservicesZSamazonka-globalacceleratorZSamazonka-globalaccelerator" 'False) (C1 ('MetaCons "IpSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ipFamily") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ipAddresses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [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:ipFamily:IpSet'
, ipSet_ipFamily
- The types of IP addresses included in this IP set.
$sel:ipAddresses:IpSet'
, ipSet_ipAddresses
- The array of IP addresses in the IP address set. An IP address set can
have a maximum of two IP addresses.