route53domains_update_domain_nameservers: This operation replaces the current set of name servers for...

View source: R/route53domains_operations.R

route53domains_update_domain_nameserversR Documentation

This operation replaces the current set of name servers for the domain with the specified set of name servers

Description

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.

Usage

route53domains_update_domain_nameservers(
  DomainName,
  FIAuthKey = NULL,
  Nameservers
)

Arguments

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.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.