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 |
Amazonka.Route53AutoNaming.Types.PrivateDnsPropertiesMutableChange
Description
Documentation
data PrivateDnsPropertiesMutableChange Source #
Updated DNS properties for the private DNS namespace.
See: newPrivateDnsPropertiesMutableChange
smart constructor.
Constructors
PrivateDnsPropertiesMutableChange' | |
Instances
newPrivateDnsPropertiesMutableChange Source #
Arguments
:: SOAChange | |
-> PrivateDnsPropertiesMutableChange |
Create a value of PrivateDnsPropertiesMutableChange
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:soa:PrivateDnsPropertiesMutableChange'
, privateDnsPropertiesMutableChange_soa
- Updated fields for the Start of Authority (SOA) record for the hosted
zone for the private DNS namespace.
privateDnsPropertiesMutableChange_soa :: Lens' PrivateDnsPropertiesMutableChange SOAChange Source #
Updated fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.