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 DnsConfigChange Source #
A complex type that contains information about changes to the Route 53 DNS records that Cloud Map creates when you register an instance.
See: newDnsConfigChange
smart constructor.
DnsConfigChange' | |
|
Instances
newDnsConfigChange :: DnsConfigChange Source #
Create a value of DnsConfigChange
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:dnsRecords:DnsConfigChange'
, dnsConfigChange_dnsRecords
- An array that contains one DnsRecord
object for each Route 53 record
that you want Cloud Map to create when you register an instance.
dnsConfigChange_dnsRecords :: Lens' DnsConfigChange [DnsRecord] Source #
An array that contains one DnsRecord
object for each Route 53 record
that you want Cloud Map to create when you register an instance.