| 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.Route53AutoNaming.Types.DnsConfigChange
Description
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.
Constructors
| DnsConfigChange' | |
Fields
| |
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.