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 DnsProperties Source #
A complex type that contains the ID for the Route 53 hosted zone that Cloud Map creates when you create a namespace.
See: newDnsProperties
smart constructor.
Instances
newDnsProperties :: DnsProperties Source #
Create a value of DnsProperties
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:hostedZoneId:DnsProperties'
, dnsProperties_hostedZoneId
- The ID for the Route 53 hosted zone that Cloud Map creates when you
create a namespace.
$sel:soa:DnsProperties'
, dnsProperties_soa
- Start of Authority (SOA) record for the hosted zone.
dnsProperties_hostedZoneId :: Lens' DnsProperties (Maybe Text) Source #
The ID for the Route 53 hosted zone that Cloud Map creates when you create a namespace.
dnsProperties_soa :: Lens' DnsProperties (Maybe SOA) Source #
Start of Authority (SOA) record for the hosted zone.