| 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.Route53RecoveryReadiness.Types.R53ResourceRecord
Description
Documentation
data R53ResourceRecord Source #
The Route 53 resource that a DNS target resource record points to.
See: newR53ResourceRecord smart constructor.
Constructors
| R53ResourceRecord' | |
Fields
| |
Instances
newR53ResourceRecord :: R53ResourceRecord Source #
Create a value of R53ResourceRecord 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:domainName:R53ResourceRecord', r53ResourceRecord_domainName - The DNS target domain name.
$sel:recordSetId:R53ResourceRecord', r53ResourceRecord_recordSetId - The Route 53 Resource Record Set ID.
r53ResourceRecord_domainName :: Lens' R53ResourceRecord (Maybe Text) Source #
The DNS target domain name.
r53ResourceRecord_recordSetId :: Lens' R53ResourceRecord (Maybe Text) Source #
The Route 53 Resource Record Set ID.