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 IpAddressRequest Source #
In a
CreateResolverEndpoint
request, the IP address that DNS queries originate from (for outbound
endpoints) or that you forward DNS queries to (for inbound endpoints).
IpAddressRequest
also includes the ID of the subnet that contains the
IP address.
See: newIpAddressRequest
smart constructor.
Instances
Create a value of IpAddressRequest
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:ip:IpAddressRequest'
, ipAddressRequest_ip
- The IP address that you want to use for DNS queries.
$sel:subnetId:IpAddressRequest'
, ipAddressRequest_subnetId
- The ID of the subnet that contains the IP address.
ipAddressRequest_ip :: Lens' IpAddressRequest (Maybe Text) Source #
The IP address that you want to use for DNS queries.
ipAddressRequest_subnetId :: Lens' IpAddressRequest Text Source #
The ID of the subnet that contains the IP address.