| 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.DirectoryService.Types.IpRoute
Description
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.
Constructors
| IpRoute' | |
Fields
| |
Instances
| ToJSON IpRoute Source # | |
Defined in Amazonka.DirectoryService.Types.IpRoute | |
| Generic IpRoute Source # | |
| Read IpRoute Source # | |
| Show IpRoute Source # | |
| NFData IpRoute Source # | |
Defined in Amazonka.DirectoryService.Types.IpRoute | |
| Eq IpRoute Source # | |
| Hashable 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" "amazonka-ds-2.0-AgXI5fcN8ZxCoi4kNvhD3" '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.