lightsail_create_domain_entry {paws.compute} | R Documentation |
Creates one of the following domain name system (DNS) records in a domain DNS zone: Address (A), canonical name (CNAME), mail exchanger (MX), name server (NS), start of authority (SOA), service locator (SRV), or text (TXT)
Description
Creates one of the following domain name system (DNS) records in a domain DNS zone: Address (A), canonical name (CNAME), mail exchanger (MX), name server (NS), start of authority (SOA), service locator (SRV), or text (TXT).
See https://www.paws-r-sdk.com/docs/lightsail_create_domain_entry/ for full documentation.
Usage
lightsail_create_domain_entry(domainName, domainEntry)
Arguments
domainName |
[required] The domain name ( |
domainEntry |
[required] An array of key-value pairs containing information about the domain entry request. |
[Package paws.compute version 0.7.0 Index]