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 ResourceRecord Source #
Information specific to the resource record.
If you're creating an alias resource record set, omit ResourceRecord
.
See: newResourceRecord
smart constructor.
ResourceRecord' | |
|
Instances
Create a value of ResourceRecord
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:value:ResourceRecord'
, resourceRecord_value
- The current or new DNS record value, not to exceed 4,000 characters. In
the case of a DELETE
action, if the current value does not match the
actual value, an error is returned. For descriptions about how to format
Value
for different record types, see
Supported DNS Resource Record Types
in the Amazon Route 53 Developer Guide.
You can specify more than one value for all record types except CNAME
and SOA
.
If you're creating an alias resource record set, omit Value
.
resourceRecord_value :: Lens' ResourceRecord Text Source #
The current or new DNS record value, not to exceed 4,000 characters. In
the case of a DELETE
action, if the current value does not match the
actual value, an error is returned. For descriptions about how to format
Value
for different record types, see
Supported DNS Resource Record Types
in the Amazon Route 53 Developer Guide.
You can specify more than one value for all record types except CNAME
and SOA
.
If you're creating an alias resource record set, omit Value
.