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 IpRoute = IpRoute' {}
- newIpRoute :: IpRoute
- ipRoute_cidrIp :: Lens' IpRoute (Maybe Text)
- ipRoute_description :: Lens' IpRoute (Maybe Text)
Documentation
IP address block. This is often the address block of the DNS server used for your self-managed domain.
See: newIpRoute
smart constructor.
IpRoute' | |
|
Instances
Eq IpRoute Source # | |
Read IpRoute Source # | |
Show IpRoute Source # | |
Generic IpRoute Source # | |
NFData IpRoute Source # | |
Defined in Amazonka.DirectoryService.Types.IpRoute | |
Hashable IpRoute Source # | |
Defined in Amazonka.DirectoryService.Types.IpRoute | |
ToJSON IpRoute Source # | |
Defined in Amazonka.DirectoryService.Types.IpRoute | |
type Rep IpRoute Source # | |
Defined in Amazonka.DirectoryService.Types.IpRoute type Rep IpRoute = D1 ('MetaData "IpRoute" "Amazonka.DirectoryService.Types.IpRoute" "libZSservicesZSamazonka-dsZSamazonka-ds" 'False) (C1 ('MetaCons "IpRoute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cidrIp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) |
newIpRoute :: IpRoute Source #
Create a value of IpRoute
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:cidrIp:IpRoute'
, ipRoute_cidrIp
- IP address block using CIDR format, for example 10.0.0.0/24. This is
often the address block of the DNS server used for your self-managed
domain. For a single IP address use a CIDR address block with /32. For
example 10.0.0.0/32.
$sel:description:IpRoute'
, ipRoute_description
- Description of the address block.