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 |
Documentation
data DnsServiceDiscovery Source #
An object that represents the DNS service discovery information for your virtual node.
See: newDnsServiceDiscovery
smart constructor.
DnsServiceDiscovery' | |
|
Instances
newDnsServiceDiscovery Source #
Create a value of DnsServiceDiscovery
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:responseType:DnsServiceDiscovery'
, dnsServiceDiscovery_responseType
- Specifies the DNS response type for the virtual node.
$sel:hostname:DnsServiceDiscovery'
, dnsServiceDiscovery_hostname
- Specifies the DNS service discovery hostname for the virtual node.
dnsServiceDiscovery_responseType :: Lens' DnsServiceDiscovery (Maybe DnsResponseType) Source #
Specifies the DNS response type for the virtual node.
dnsServiceDiscovery_hostname :: Lens' DnsServiceDiscovery Text Source #
Specifies the DNS service discovery hostname for the virtual node.