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 |
Documentation
data ResourceRecord Source #
Describes the domain name system (DNS) records to add to your domain's DNS to validate it for an Amazon Lightsail certificate.
See: newResourceRecord
smart constructor.
Instances
newResourceRecord :: ResourceRecord Source #
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 value for the DNS record.
$sel:name:ResourceRecord'
, resourceRecord_name
- The name of the record.
$sel:type':ResourceRecord'
, resourceRecord_type
- The DNS record type.
resourceRecord_value :: Lens' ResourceRecord (Maybe Text) Source #
The value for the DNS record.
resourceRecord_name :: Lens' ResourceRecord (Maybe Text) Source #
The name of the record.
resourceRecord_type :: Lens' ResourceRecord (Maybe Text) Source #
The DNS record type.