This operation updates the specified domain contact's privacy setting. When privacy protection is enabled, contact information such as email address is replaced either with contact information for Amazon Registrar (for .com, .net, and .org domains) or with contact information for our registrar associate, Gandi.
See https://paws-r.github.io/docs/route53domains/update_domain_contact_privacy.html for full documentation.
route53domains_update_domain_contact_privacy(
DomainName,
AdminPrivacy = NULL,
RegistrantPrivacy = NULL,
TechPrivacy = NULL
)
[required] The name of the domain that you want to update the privacy setting for.
Whether you want to conceal contact information from WHOIS queries. If
you specify true
, WHOIS ("who is") queries return contact information
either for Amazon Registrar (for .com, .net, and .org domains) or for
our registrar associate, Gandi (for all other TLDs). If you specify
false
, WHOIS queries return the information that you entered for the
admin contact.
You must specify the same privacy setting for the administrative, registrant, and technical contacts.
Whether you want to conceal contact information from WHOIS queries. If
you specify true
, WHOIS ("who is") queries return contact information
either for Amazon Registrar (for .com, .net, and .org domains) or for
our registrar associate, Gandi (for all other TLDs). If you specify
false
, WHOIS queries return the information that you entered for the
registrant contact (domain owner).
You must specify the same privacy setting for the administrative, registrant, and technical contacts.
Whether you want to conceal contact information from WHOIS queries. If
you specify true
, WHOIS ("who is") queries return contact information
either for Amazon Registrar (for .com, .net, and .org domains) or for
our registrar associate, Gandi (for all other TLDs). If you specify
false
, WHOIS queries return the information that you entered for the
technical contact.
You must specify the same privacy setting for the administrative, registrant, and technical contacts.