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
Documentation
data TargetAddress Source #
In a CreateResolverRule request, an array of the IPs that you want to forward DNS queries to.
See: newTargetAddress
smart constructor.
Instances
Create a value of TargetAddress
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:port:TargetAddress'
, targetAddress_port
- The port at Ip
that you want to forward DNS queries to.
$sel:ip:TargetAddress'
, targetAddress_ip
- One IP address that you want to forward DNS queries to. You can specify
only IPv4 addresses.
targetAddress_port :: Lens' TargetAddress (Maybe Natural) Source #
The port at Ip
that you want to forward DNS queries to.
targetAddress_ip :: Lens' TargetAddress Text Source #
One IP address that you want to forward DNS queries to. You can specify only IPv4 addresses.