View source: R/route53domains_operations.R
route53domains_update_domain_nameservers | R Documentation |
This operation replaces the current set of name servers for the domain with the specified set of name servers. If you use Amazon Route 53 as your DNS service, specify the four name servers in the delegation set for the hosted zone for the domain.
See https://www.paws-r-sdk.com/docs/route53domains_update_domain_nameservers/ for full documentation.
route53domains_update_domain_nameservers(
DomainName,
FIAuthKey = NULL,
Nameservers
)
DomainName |
[required] The name of the domain that you want to change name servers for. |
FIAuthKey |
The authorization key for .fi domains |
Nameservers |
[required] A list of new name servers for the domain. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.