View source: R/lightsail_operations.R
lightsail_create_domain_entry | 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).
See https://www.paws-r-sdk.com/docs/lightsail_create_domain_entry/ for full documentation.
lightsail_create_domain_entry(domainName, domainEntry)
domainName |
[required] The domain name ( |
domainEntry |
[required] An array of key-value pairs containing information about the domain entry request. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.