| 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.Route53Resolver.Types.TargetAddress
Description
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.
Constructors
| TargetAddress' | |
Instances
Arguments
| :: Text | |
| -> TargetAddress |
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.